Commit 4644e59 1 parent 0eb760d commit 4644e59 Copy full SHA for 4644e59
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,16 +107,16 @@ jobs:
107
107
apt-get -y install git fakeroot build-essential \
108
108
ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison \
109
109
bear \
110
- clang-18 clang-tools-18 \
111
- lld-18 \
112
- llvm-18 llvm-18- tools llvm-18- linker-tools llvm-18 -runtime
110
+ clang-${{ matrix.llvm-version }} clang-tools-${{ matrix.llvm-version }} \
111
+ lld-${{ matrix.llvm-version }} \
112
+ llvm-${{ matrix. llvm-version }} llvm-${{ matrix.llvm-version }}- tools llvm-${{ matrix.llvm-version }}- linker-tools llvm-${{ matrix.llvm-version }} -runtime
113
113
114
114
- name : Clone the Linux kernel and build it to create compilation database
115
115
run : |
116
116
git clone --depth=1 https://github.com/torvalds/linux.git linux
117
117
cd linux
118
118
bear -- make defconfig
119
- bear -- make LLVM=-18 -j $(nproc)
119
+ bear -- make LLVM=-${{ matrix.llvm-version }} -j $(nproc)
120
120
cd ../
121
121
122
122
- name : Clone vast benchmark directory
You can’t perform that action at this time.
0 commit comments