mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Drop GCC 4.8 CI
The workaround to use an old Node version no longer works: https://github.com/actions/checkout/issues/1590
This commit is contained in:
parent
bda14ec9e1
commit
aca0a09509
1 changed files with 0 additions and 32 deletions
32
.github/workflows/ci.yml
vendored
32
.github/workflows/ci.yml
vendored
|
@ -160,38 +160,6 @@ jobs:
|
||||||
git submodule update --init --checkout --depth 1
|
git submodule update --init --checkout --depth 1
|
||||||
time make test262
|
time make test262
|
||||||
|
|
||||||
linux-gcc48:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: ubuntu:18.04
|
|
||||||
# Work around an issue where the node from actions/checkout is too new
|
|
||||||
# to run inside the old container image.
|
|
||||||
env:
|
|
||||||
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
|
|
||||||
steps:
|
|
||||||
- name: install dependencies
|
|
||||||
run: |
|
|
||||||
apt update && apt -y install make gcc-4.8 cmake software-properties-common
|
|
||||||
# git in default ppa repository is too old to run submodule checkout
|
|
||||||
add-apt-repository -y ppa:git-core/ppa
|
|
||||||
apt update && apt install -y git
|
|
||||||
- name: checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
- name: build
|
|
||||||
env:
|
|
||||||
CC: gcc-4.8
|
|
||||||
run: |
|
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
cmake ..
|
|
||||||
cd ..
|
|
||||||
make -C build -j$(getconf _NPROCESSORS_ONLN)
|
|
||||||
- name: stats
|
|
||||||
run: |
|
|
||||||
./build/qjs -qd
|
|
||||||
|
|
||||||
windows-msvc:
|
windows-msvc:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue