-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i#6938 sched migrate: Remove duplicate option #7007
Conversation
The Windows jobs are all failing b/c the sourceforge doxyen link is dead. I will try to update the jobs separately. |
Hmm, the link looks valid, and |
It works for me as well with
I'm not sure if this happened before as well. Perhaps |
Switches from directly downloading from sourceforge, which was giving us 403 errors suddenly, to using https://github.com/ssciwr/doxygen-install. Updates jwlawson/actions-setup-cmake to v2. Issue: DynamoRIO/dynamorio#7007
Switches from directly downloading from sourceforge, which was giving us 403 errors suddenly, to using https://github.com/ssciwr/doxygen-install. Updates jwlawson/actions-setup-cmake to v2. Issue: DynamoRIO/dynamorio#7007
Switches from directly downloading from sourceforge, which was giving us 403 errors suddenly after 4 years of working, to use https://github.com/ssciwr/doxygen-install which presumably will handle the changing versions for us (which was the problem when we used to directly download the doxygen packages). The downside may be that we'll keep getting newer versions and have to handle periodic warnings/failures: but we'd hit that eventually anyway on other platforms and is something we have to do anyway to maintain everything. Also updates jwlawson/actions-setup-cmake from v1.8 to v2 as a problem was seen with that as well. Fixes #7007
Removes a duplicate option -sched_time_per_us which was accidentally added by PR #6980 separately from the similar -sched_time_units_per_us from PR #6985.
Issue: #6938