Skip to content

Commit

Permalink
Fix llvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktanaka101 committed Jan 17, 2021
1 parent 55c8831 commit e005ef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
container:
image: docker.io/ktanaka101/nail-builder:latest
env:
LLVM_SYS_110_STRICT_VERSIONING: 110
LLVM_SYS_110_PREFIX: /usr/lib/llvm-11
LLVM_SYS_111_STRICT_VERSIONING: 111
LLVM_SYS_111_PREFIX: /usr/lib/llvm-11
CARGO_BUILD_TARGET_DIR: /tmp/target

steps:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ ENV PATH $PATH:/usr/lib/llvm-11/bin/
ENV CARGO_BUILD_TARGET_DIR=/tmp/target

# llvm
ENV LLVM_SYS_110_STRICT_VERSIONING=110
ENV LLVM_SYS_110_PREFIX=/usr/lib/llvm-11
ENV LLVM_SYS_111_STRICT_VERSIONING=111
ENV LLVM_SYS_111_PREFIX=/usr/lib/llvm-11

0 comments on commit e005ef7

Please sign in to comment.