File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -40,26 +40,18 @@ jobs:
40
40
name : Integration CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} ${{ matrix.os }}
41
41
runs-on : ubuntu-latest
42
42
container :
43
- image : ${{ matrix.os }}
43
+ image : ghcr.io/enzymead/enzyme-dev-docker/ ${{ matrix.os }}-llvm-${{ matrix.llvm }}
44
44
45
45
strategy :
46
46
fail-fast : false
47
47
matrix :
48
48
llvm : ["15", "16", "17", "18"]
49
49
build : ["Release"] # "RelWithDebInfo"
50
- os : ["ubuntu:20.04 "]
50
+ os : ["ubuntu-20 "]
51
51
52
52
timeout-minutes : 45
53
53
54
54
steps :
55
- - name : add llvm
56
- run : |
57
- apt-get -q update
58
- apt-get install -y --no-install-recommends ca-certificates software-properties-common curl gnupg2
59
- curl -fsSL https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -
60
- apt-add-repository -y "deb http://apt.llvm.org/`lsb_release -cs`/ llvm-toolchain-`lsb_release -cs`-${{ matrix.llvm }} main"
61
- apt-get -q update
62
- apt-get install -y --no-install-recommends sudo git ssh zlib1g-dev libzstd-dev automake autoconf cmake make lldb ninja-build gcc g++ gfortran build-essential libtool llvm-${{ matrix.llvm }}-dev clang-format clangd lld-${{ matrix.llvm }} clang-${{ matrix.llvm }} libclang-${{ matrix.llvm }}-dev libomp-${{ matrix.llvm }}-dev libblas-dev libeigen3-dev libboost-dev python3 python3-pip
63
55
- uses : actions/checkout@v4
64
56
- name : mkdir
65
57
run : rm -rf build && mkdir build
You can’t perform that action at this time.
0 commit comments