We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a37275 commit 8825d4bCopy full SHA for 8825d4b
.github/workflows/ccpp.yml
@@ -41,6 +41,7 @@ jobs:
41
runs-on: ubuntu-latest
42
container:
43
image: ${{ matrix.os }}
44
+ options: --user root
45
46
strategy:
47
fail-fast: false
@@ -67,7 +68,8 @@ jobs:
67
68
working-directory: build
69
run: cmake ../enzyme -DLLVM_EXTERNAL_LIT=`which lit` -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DLLVM_DIR=/usr/lib/llvm-${{ matrix.llvm }}/lib/cmake/llvm
70
- name: make
- run: cd build && make -j `nproc` LLVMEnzyme-${{ matrix.llvm }} ClangEnzyme-${{ matrix.llvm }} LLDEnzyme-${{ matrix.llvm }}
71
+ working-directory: build
72
+ run: make -j `nproc` LLVMEnzyme-${{ matrix.llvm }} ClangEnzyme-${{ matrix.llvm }} LLDEnzyme-${{ matrix.llvm }}
73
- name: make test-cmake
74
75
run: make -j `nproc` test-cmake
0 commit comments