File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -160,38 +160,6 @@ jobs:
160
160
git submodule update --init --checkout --depth 1
161
161
time make test262
162
162
163
- linux-gcc48 :
164
- runs-on : ubuntu-latest
165
- container :
166
- image : ubuntu:18.04
167
- # Work around an issue where the node from actions/checkout is too new
168
- # to run inside the old container image.
169
- env :
170
- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
171
- steps :
172
- - name : install dependencies
173
- run : |
174
- apt update && apt -y install make gcc-4.8 cmake software-properties-common
175
- # git in default ppa repository is too old to run submodule checkout
176
- add-apt-repository -y ppa:git-core/ppa
177
- apt update && apt install -y git
178
- - name : checkout
179
- uses : actions/checkout@v3
180
- with :
181
- submodules : true
182
- - name : build
183
- env :
184
- CC : gcc-4.8
185
- run : |
186
- mkdir build
187
- cd build
188
- cmake ..
189
- cd ..
190
- make -C build -j$(getconf _NPROCESSORS_ONLN)
191
- - name : stats
192
- run : |
193
- ./build/qjs -qd
194
-
195
163
windows-msvc :
196
164
runs-on : windows-latest
197
165
strategy :
You can’t perform that action at this time.
0 commit comments