Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-07-05 01:56:57 +0300
committerkcgen <kcgen@users.noreply.github.com>2022-07-05 03:17:40 +0300
commit72abe59cf84a618bfdee475afcbba0f224621a8e (patch)
tree1b0e990d53164cf7a433732864716b022eb6719e /.github
parent7880d14efc9c5e0d5e514f79ca9688d6491cb3f3 (diff)
Bump GCC to 9 for Ubuntu 18.04 CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 03735f260..2d9565528 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -37,9 +37,9 @@ jobs:
build_flags: -Dunit_tests=disabled
max_warnings: 0
- - name: GCC, Ubuntu 18.04
+ - name: GCC 9, Ubuntu 18.04
os: ubuntu-18.04
- build_flags: -Dunit_tests=disabled
+ build_flags: -Dunit_tests=disabled --native-file=.github/meson/native-gcc-9.ini
max_warnings: 0
- name: GCC, +tests
@@ -209,6 +209,7 @@ jobs:
-Db_asneeded=true \
-Db_lto=true \
-Dfluidsynth:try-static-deps=true \
+ --native-file=.github/meson/native-gcc-9.ini \
build
- name: Build