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

crux-llvm: Uniformly use LLVM 14 in Dockerfile #1258

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

RyanGlScott
Copy link
Contributor

Previously, the Dockerfile was inconsistent about whether it referred to LLVM 12 or 14. This patch changes the Dockerfile to uniformly refer to the current LLVM version using an LLVM_VER ARG (defined to be 14), which is passes to both stages of the build.

Fixes #1257.

Previously, the Dockerfile was inconsistent about whether it referred to LLVM
12 or 14. This patch changes the Dockerfile to uniformly refer to the current
LLVM version using an `LLVM_VER` `ARG` (defined to be `14`), which is passes to
both stages of the build.

Fixes #1257.
@RyanGlScott RyanGlScott added the CI label Sep 24, 2024
@RyanGlScott
Copy link
Contributor Author

CI job which shows the Docker job now succeeding: https://github.com/GaloisInc/crucible/actions/runs/11014053625/job/30583802466

@RyanGlScott RyanGlScott merged commit 3e165da into master Sep 24, 2024
40 checks passed
@RyanGlScott RyanGlScott deleted the T1257-fix-llvm-ver-Dockerfile branch September 24, 2024 14:06
@RyanGlScott RyanGlScott added the Docker Issues relating to the Docker images. label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Docker Issues relating to the Docker images.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: crux-llvm nightly Docker job is broken
2 participants