-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Nightly Jobs (Scheduled Jobs) are failing #8966
Comments
The setup script does not actually build the dependencies that may be required - this is expected because if the script is sourced it skips any build step. Previously, boost on Ubuntu always came from the system package manager. But the new version is not present, hence it comes from the setup script. How is fmt and folly handled? I looked at the yml but it wasn't clear how they are sourced. Attempt at a fix: #8970 |
I described the fix here #8943 |
I believe this is fixed. |
Problem description
The nightly jobs (https://github.com/facebookincubator/velox/actions/workflows/scheduled.yml) are currently failing because they cannot load libboost
System information
See : https://github.com/facebookincubator/velox/actions/runs/8150420469/job/22277980506#step:5:22
CMake log
No response
The text was updated successfully, but these errors were encountered: