Skip to content

Commit aca0a09

Browse files
committed
Drop GCC 4.8 CI
The workaround to use an old Node version no longer works: actions/checkout#1590
1 parent bda14ec commit aca0a09

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -160,38 +160,6 @@ jobs:
160160
git submodule update --init --checkout --depth 1
161161
time make test262
162162
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-
195163
windows-msvc:
196164
runs-on: windows-latest
197165
strategy:

0 commit comments

Comments
 (0)