-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crux-llvm: Uniformly use LLVM 14 in Dockerfile (#1258)
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.
- Loading branch information
1 parent
1e576dd
commit 3e165da
Showing
1 changed file
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters