From fed8935fdf8e4fe86800fe63426179a4a2fa226b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 4 Nov 2024 04:30:42 +0200 Subject: [PATCH] Add GCC 4.9 to ci.yml --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9aa3baf..d132519 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,12 @@ jobs: container: ubuntu:18.04 install: g++-4.8-multilib address-model: 32,64 + - toolset: gcc-4.9 + cxxstd: "03,11" + os: ubuntu-latest + container: ubuntu:16.04 + install: g++-4.9-multilib + address-model: 32,64 - toolset: gcc-5 cxxstd: "03,11,14,1z" os: ubuntu-latest @@ -209,7 +215,7 @@ jobs: cd boost-root cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY git submodule update --init tools/boostdep - python3 tools/boostdep/depinst/depinst.py -I examples --git_args "--jobs 3" $LIBRARY + python3 tools/boostdep/depinst/depinst.py -I examples $LIBRARY ./bootstrap.sh ./b2 -d0 headers