File tree Expand file tree Collapse file tree 8 files changed +22
-22
lines changed Expand file tree Collapse file tree 8 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
echo "CLING_HASH=$CLING_HASH" >> $GITHUB_ENV
103
103
echo "LLVM_HASH=$LLVM_HASH" >> $GITHUB_ENV
104
104
105
- - name : Restore Cache LLVM/Clang runtime build directory
105
+ - name : Restore cached LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
106
106
uses : actions/cache/restore@v4
107
107
id : cache
108
108
with :
@@ -164,12 +164,12 @@ jobs:
164
164
brew install gnu-sed
165
165
pip install distro pytest
166
166
167
- - name : Build LLVM and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
167
+ - name : Build LLVM-${{ matrix.clang-runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
168
168
uses : ./.github/actions/Build_LLVM
169
169
with :
170
170
cache-hit : ${{ steps.cache.outputs.cache-hit }}
171
171
172
- - name : Save Cache LLVM/Clang runtime build directory
172
+ - name : Cache LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
173
173
uses : actions/cache/save@v4
174
174
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
175
175
with :
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
echo "CLING_HASH=$CLING_HASH" >> $GITHUB_ENV
102
102
echo "LLVM_HASH=$LLVM_HASH" >> $GITHUB_ENV
103
103
104
- - name : Restore Cache LLVM/Clang runtime build directory
104
+ - name : Restore cached LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
105
105
uses : actions/cache/restore@v4
106
106
id : cache
107
107
with :
@@ -149,12 +149,12 @@ jobs:
149
149
brew install gnu-sed
150
150
pip install distro pytest
151
151
152
- - name : Build LLVM and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
152
+ - name : Build LLVM-${{ matrix.clang-runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
153
153
uses : ./.github/actions/Build_LLVM
154
154
with :
155
155
cache-hit : ${{ steps.cache.outputs.cache-hit }}
156
156
157
- - name : Save Cache LLVM/Clang runtime build directory
157
+ - name : Cache LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
158
158
uses : actions/cache/save@v4
159
159
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
160
160
with :
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
echo "CLING_HASH=$CLING_HASH" >> $GITHUB_ENV
112
112
echo "LLVM_HASH=$LLVM_HASH" >> $GITHUB_ENV
113
113
114
- - name : Restore Cache LLVM/Clang runtime build directory
114
+ - name : Restore cached LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
115
115
uses : actions/cache/restore@v4
116
116
id : cache
117
117
with :
@@ -164,12 +164,12 @@ jobs:
164
164
sudo apt install libboost-all-dev
165
165
166
166
167
- - name : Build LLVM and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
167
+ - name : Build LLVM-${{ matrix.clang-runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
168
168
uses : ./.github/actions/Build_LLVM
169
169
with :
170
170
cache-hit : ${{ steps.cache.outputs.cache-hit }}
171
171
172
- - name : Save Cache LLVM/Clang runtime build directory
172
+ - name : Cache LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
173
173
uses : actions/cache/save@v4
174
174
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
175
175
with :
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
echo "CLING_HASH=$CLING_HASH" >> $GITHUB_ENV
103
103
echo "LLVM_HASH=$LLVM_HASH" >> $GITHUB_ENV
104
104
105
- - name : Restore Cache LLVM/Clang runtime build directory
105
+ - name : Restore cached LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
106
106
uses : actions/cache/restore@v4
107
107
id : cache
108
108
with :
@@ -153,12 +153,12 @@ jobs:
153
153
sudo apt install libeigen3-dev
154
154
sudo apt install libboost-all-dev
155
155
156
- - name : Build LLVM and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
156
+ - name : Build LLVM-${{ matrix.clang-runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
157
157
uses : ./.github/actions/Build_LLVM
158
158
with :
159
159
cache-hit : ${{ steps.cache.outputs.cache-hit }}
160
160
161
- - name : Save Cache LLVM/Clang runtime build directory
161
+ - name : Cache LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
162
162
uses : actions/cache/save@v4
163
163
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
164
164
with :
Original file line number Diff line number Diff line change 74
74
echo "CLING_HASH=$env:CLING_HASH" >> $GITHUB_ENV
75
75
echo "LLVM_HASH=$env:LLVM_HASH" >> $GITHUB_ENV
76
76
77
- - name : Restore Cache LLVM/Clang runtime build directory
77
+ - name : Restore cached LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
78
78
uses : actions/cache/restore@v4
79
79
id : cache
80
80
with :
@@ -117,12 +117,12 @@ jobs:
117
117
choco install findutils
118
118
$env:PATH="C:\Program Files (x86)\GnuWin32\bin;$env:PATH"
119
119
120
- - name : Build LLVM and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
120
+ - name : Build LLVM-${{ matrix.clang-runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
121
121
uses : ./.github/actions/Build_LLVM
122
122
with :
123
123
cache-hit : ${{ steps.cache.outputs.cache-hit }}
124
124
125
- - name : Save Cache LLVM/Clang runtime build directory
125
+ - name : Cache LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
126
126
uses : actions/cache/save@v4
127
127
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
128
128
with :
Original file line number Diff line number Diff line change 74
74
echo "CLING_HASH=$env:CLING_HASH" >> $GITHUB_ENV
75
75
echo "LLVM_HASH=$env:LLVM_HASH" >> $GITHUB_ENV
76
76
77
- - name : Restore Cache LLVM/Clang runtime build directory
77
+ - name : Restore cached LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
78
78
uses : actions/cache/restore@v4
79
79
id : cache
80
80
with :
@@ -117,12 +117,12 @@ jobs:
117
117
choco install findutils
118
118
$env:PATH="C:\Program Files (x86)\GnuWin32\bin;$env:PATH"
119
119
120
- - name : Build LLVM and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
120
+ - name : Build LLVM-${{ matrix.clang-runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }}
121
121
uses : ./.github/actions/Build_LLVM
122
122
with :
123
123
cache-hit : ${{ steps.cache.outputs.cache-hit }}
124
124
125
- - name : Save Cache LLVM/Clang runtime build directory
125
+ - name : Cache LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
126
126
uses : actions/cache/save@v4
127
127
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
128
128
with :
Original file line number Diff line number Diff line change 79
79
cd emsdk
80
80
./emsdk install ${{ matrix.emsdk_ver }}
81
81
82
- - name : Restore Cache LLVM/Clang runtime build directory
82
+ - name : Restore cached LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
83
83
uses : actions/cache/restore@v4
84
84
id : cache
85
85
with :
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
echo "CLING_HASH=$env:CLING_HASH" >> $GITHUB_ENV
138
138
echo "LLVM_HASH=$env:LLVM_HASH" >> $GITHUB_ENV
139
139
140
- - name : Restore Cache LLVM/Clang runtime build directory (Unix like systems emscripten)
140
+ - name : Restore cached LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build (Unix like systems emscripten)
141
141
uses : actions/cache/restore@v4
142
142
id : cache
143
143
with :
@@ -415,7 +415,7 @@ jobs:
415
415
cd ..\..
416
416
}
417
417
418
- - name : Save Cache LLVM/Clang runtime build directory
418
+ - name : Cache LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
419
419
uses : actions/cache/save@v4
420
420
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
421
421
with :
@@ -540,7 +540,7 @@ jobs:
540
540
cd emsdk
541
541
./emsdk install ${{ matrix.emsdk_ver }}
542
542
543
- - name : Restore Cache LLVM/Clang runtime build directory
543
+ - name : Restore cached LLVM-${{ matrix.clang- runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
544
544
uses : actions/cache/restore@v4
545
545
id : cache
546
546
with :
You can’t perform that action at this time.
0 commit comments