-
-
Notifications
You must be signed in to change notification settings - Fork 31
ray-packages v2.54.1 #262
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
ray-packages v2.54.1 #262
Changes from all commits
670dd14
86e5e75
6ae0f06
e747961
725428a
53c3c68
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| c_stdlib_version: # [osx and x86_64] | ||
| - '10.15' # [osx and x86_64] | ||
| - '11.0' # [osx and x86_64] | ||
| MACOSX_SDK_VERSION: # [osx and x86_64] | ||
| - '10.15' # [osx and x86_64] | ||
| - '11.0' # [osx and x86_64] | ||
|
|
||
| github_actions_labels: # [linux] | ||
| - cirun-openstack-cpu-4xlarge # [linux] | ||
| github_actions_labels: # [linux] | ||
| - ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg # [linux] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do these patches need to change commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rebased the branch off 2.54.1 instead of 2.54.0 to make sure all applied cleanly. Not technically required, but felt like good practice.