Skip to content

Commit

Permalink
Revert "Try to remove touch command"
Browse files Browse the repository at this point in the history
This reverts commit 75c830d.
  • Loading branch information
marxin committed Jul 30, 2024
1 parent 75c830d commit ef7711f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-llvm-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- run: chmod +x llvm.sh
- run: ./llvm.sh 20
- run: apt-get install -y bolt-20 clang-20 libclang-common-20-dev libclang-20-dev mlir-20-tools llvm-20-tools libclang-common-20-dev libclang-20-dev libclang1-20 clang-format-20 python3-clang-20 clangd-20 clang-tidy-20 libomp-20-dev
# TODO: remove in the future
- run: touch /usr/lib/llvm-20/lib/libLibcTableGenUtil.a
- uses: actions/checkout@v4
- run: mkdir objdir
- run: cmake ..
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ RUN wget https://apt.llvm.org/llvm.sh
RUN chmod +x llvm.sh
RUN ./llvm.sh 20
RUN apt-get install -y bolt-20 clang-20 libclang-common-20-dev libclang-20-dev mlir-20-tools llvm-20-tools libclang-common-20-dev libclang-20-dev libclang1-20 clang-format-20 python3-clang-20 clangd-20 clang-tidy-20 libomp-20-dev
RUN touch /usr/lib/llvm-20/lib/libLibcTableGenUtil.a
RUN mkdir -p /tmp/cvise/build-docker
WORKDIR /tmp/cvise/build-docker

0 comments on commit ef7711f

Please sign in to comment.