Skip to content

Commit e4b2808

Browse files
committed
cleanup
1 parent 50fec8e commit e4b2808

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -127,29 +127,15 @@ jobs:
127127
# /usr/lib/ccache/bin - Alpine Linux
128128

129129
- name: Build cppcheck
130-
if: "!contains(matrix.image, 'oraclelinux')"
131130
run: |
132131
export PATH="/usr/lib/ccache/bin:/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
133132
make -j$(nproc) HAVE_RULES=yes CXXOPTS="-Werror"
134133
135-
- name: Build cppcheck (Oracle Linux)
136-
if: contains(matrix.image, 'oraclelinux')
137-
run: |
138-
export PATH="/usr/lib/ccache/bin:/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
139-
make -j$(nproc) HAVE_RULES=yes CXXOPTS="-Werror" CPPFLAGS="-DGCC_BUG_HACK_NOEXCEPT"
140-
141134
- name: Build test
142-
if: "!contains(matrix.image, 'oraclelinux')"
143135
run: |
144136
export PATH="/usr/lib/ccache/bin:/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
145137
make -j$(nproc) HAVE_RULES=yes CXXOPTS="-Werror" testrunner
146138
147-
- name: Build test (Oracle Linux)
148-
if: contains(matrix.image, 'oraclelinux')
149-
run: |
150-
export PATH="/usr/lib/ccache/bin:/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
151-
make -j$(nproc) HAVE_RULES=yes CXXOPTS="-Werror" CPPFLAGS="-DGCC_BUG_HACK_NOEXCEPT" testrunner
152-
153139
- name: Run test
154140
run: |
155141
make -j$(nproc) HAVE_RULES=yes test

0 commit comments

Comments
 (0)