Skip to content

Commit

Permalink
prebuild: kill after 45m but succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed May 18, 2022
1 parent a6f0413 commit b9fcf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tasks:
-DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_ENABLE_PROJECTS="mlir" \
-DLLVM_PARALLEL_LINK_JOBS=1 -DLLVM_PARALLEL_COMPILE_JOBS=$(nproc) -DLLVM_USE_LINKER=gold
ln -s /workspace/llvm-project/build/compile_commands.json .
cmake --build /workspace/llvm-project/build/
timeout 45m cmake --build /workspace/llvm-project/build/ || true
image:
file: .gitpod.Dockerfile
Expand Down

0 comments on commit b9fcf86

Please sign in to comment.