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

vulkan gitlab CI failing with wrong rustc version #847

Closed
oddhack opened this issue Dec 6, 2023 · 1 comment · Fixed by KhronosGroup/DockerContainers#33
Closed

vulkan gitlab CI failing with wrong rustc version #847

oddhack opened this issue Dec 6, 2023 · 1 comment · Fixed by KhronosGroup/DockerContainers#33

Comments

@oddhack
Copy link

oddhack commented Dec 6, 2023

See any of the recent ash-compile steps in gitlab internal CI - they all are failing with

error: package ash v0.37.0+1.3.271 (/builds/vulkan/vulkan/ash) cannot be built because it requires rustc 1.69.0 or newer, while the currently active rustc version is 1.68.0

Probably because the Docker image containing rust is now out of date with the underlying project? If so I think you could regenerate and push https://github.com/KhronosGroup/DockerContainers/blob/main/rust.Dockerfile, then just need to update the container SHA256 in gitlab and perhaps github CI scripts.

@MarijnS95
Copy link
Collaborator

Correct, we recently bumped our MSRV to #746, and the current CI image predates that release.

MarijnS95 added a commit to MarijnS95/DockerContainers that referenced this issue Dec 6, 2023
The current image is quite dated and no longer adequate to compile `ash`.
Fixes ash-rs/ash#847
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants