-
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
Integration test fails to build docker images #918
Comments
I changed 0.5.0-SNAPSHOT to 0.6.0 but there is another issue:
|
I commented out some of the caching in the docker image just to try and get the tests working locally and ran into yet another issue
EDIT: upgrading to Rust 1.54 in the ballista-base image resolves this issue |
I am able to reproduce this as well, I will take a closer look at it later tonight. One really strange thing is cargo-chef is detecting both ballista-core and ballista-client to be at version 0.0.1. But this version string doesn't exist in the code base, it likely has something to do with docker cache. |
one interesting observation from my quick test, removing |
this is very strange because datafusion dependency pin doesn't have this problem, it's only happening to ballista dependencies. |
Pinning cargo chef to version 0.1.23 using |
Describe the bug
ballista-base gets tagged as 0.6.0 but then a subsequent docker build is looking for 0.5.0-SNAPSHOT
To Reproduce
./dev/integration-tests.sh
The text was updated successfully, but these errors were encountered: