Skip to content

Commit fc4ee68

Browse files
rename to Containerfile; then we don't need -f and CI can build
1 parent 27dc747 commit fc4ee68

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

llvm-project/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
wget --no-clobber https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.1/llvm-project-14.0.1.src.tar.xz
3-
docker build --tag clangbuiltlinux/llvm-project:latest . -f Dockerfile.bootstrap
3+
docker build --tag clangbuiltlinux/llvm-project:latest .
44
docker cp llvm-project:/usr/local/bin/clang-14 clang

0 commit comments

Comments
 (0)