Skip to content
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

Scheduler: add <min_libc_version> option to plan_class_spec.xml #5323

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

davidpanderson
Copy link
Contributor

(Linux) If you build an app on a machine with a given version of libc, it won't run on hosts with older versions.
Until now you had to build on a super-old system.
With this change you can build on a newer system,
and give the app version a plan class that limits it to hosts with that min libc version.

(Linux) If you build an app on a machine with a given version of libc,
it won't run on hosts with older versions.
Until now you had to build on a super-old system.
With this change you can build on a newer system,
and give the app version a plan class that limits it to
hosts with that min libc version.
@codecov
Copy link

codecov bot commented Aug 10, 2023

Codecov Report

Merging #5323 (651f1b0) into master (4f3afbf) will decrease coverage by 0.01%.
Report is 4 commits behind head on master.
The diff coverage is 0.00%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5323      +/-   ##
============================================
- Coverage     10.86%   10.85%   -0.01%     
  Complexity     1064     1064              
============================================
  Files           279      279              
  Lines         35991    36005      +14     
  Branches       8320     8326       +6     
============================================
  Hits           3909     3909              
- Misses        31690    31704      +14     
  Partials        392      392              
Files Changed Coverage Δ
sched/plan_class_spec.cpp 0.00% <0.00%> (ø)
sched/plan_class_spec.h 0.00% <ø> (ø)

@AenBleidd
Copy link
Member

Looks good to me. Thank you for the feature implementation!

@AenBleidd AenBleidd merged commit 0880aea into master Aug 10, 2023
40 of 41 checks passed
@AenBleidd AenBleidd deleted the dpa_libc branch August 15, 2023 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants