Skip to content

Commit dff55ca

Browse files
committed
review
1 parent 8542efe commit dff55ca

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/CI-unixish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- image: "alpine:3.23"
3131
with_gui: false # it appears FindQt6.cmake is not provided by any package
3232
full_build: false # FIXME: test-signalhandler.cpp fails to build since feenableexcept() is missing
33-
- image: "oraclelinux:8"
33+
- image: "oraclelinux:8-slim"
3434
with_gui: false # no qt6 are installed, missing GUI in old distros is OK
3535
full_build: true
3636
fail-fast: false # Prefer quick result
@@ -96,7 +96,7 @@ jobs:
9696

9797
strategy:
9898
matrix:
99-
image: ["ubuntu:24.04", "ubuntu:25.10", "alpine:3.23", "oraclelinux:8"]
99+
image: ["ubuntu:24.04", "ubuntu:25.10", "alpine:3.23", "oraclelinux:8-slim"]
100100
fail-fast: false # Prefer quick result
101101

102102
runs-on: ubuntu-22.04

lib/settings.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ class SimpleEnableGroup {
9797
#if defined(__GNUC__) && !defined(__clang__) && __GNUC__ <= 9
9898
// Hack to workaround GCC bug.
9999
// Details: https://trac.cppcheck.net/ticket/14850
100-
// seen on:
101-
// oraclelinux:8, g++-8.5
102-
// ubuntu:20.04, g++-9.4.0
100+
// seen on g++ before 10.x
103101
#define CPPCHECK_NOEXCEPT
104102
#else
105103
#define CPPCHECK_NOEXCEPT noexcept

0 commit comments

Comments
 (0)