Update .cirrus.yml

This commit is contained in:
Martin Kroeker 2023-07-02 21:25:28 +02:00 committed by GitHub
parent 80c88f4dce
commit 2c5469a3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -124,9 +124,9 @@ task:
image: node:latest
cpu: 8
compile_script:
- wget https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/clang+llvm-16.0.0-aarch64-linux-gnu.tar.xz
- cd /opt
- tar Jxvf ~/clang+llvm-16.0.0-aarch64-linux-gnu.tar.xz
- wget https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/clang+llvm-16.0.0-aarch64-linux-gnu.tar.xz
- tar Jxvf clang+llvm-16.0.0-aarch64-linux-gnu.tar.xz
- cd -
- make CC=/opt/clang+llvm-16.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/clang FC=/opt/clang+llvm-16.0.0-aarch64-linux-gnu/bin/flang-new USE_OPENMP=1