Skip to content

Commit b23b81d

Browse files
author
Daniel Marjamäki
committed
skip test
1 parent 9216c9f commit b23b81d

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ 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"
34-
with_gui: false # no qt6 are installed, missing GUI in old distros is OK
35-
full_build: true
3633
fail-fast: false # Prefer quick result
3734

3835
runs-on: ubuntu-22.04
@@ -66,12 +63,6 @@ jobs:
6663
run: |
6764
apk add cmake make g++ pcre-dev
6865
69-
- name: Install missing software on Oracle Linux
70-
if: contains(matrix.image, 'oraclelinux')
71-
run: |
72-
yum install -y git python3 which epel-release
73-
yum install -y cmake3 gcc-c++ make pcre-devel
74-
7566
# needs to be called after the package installation since
7667
# - it doesn't call "apt-get update"
7768
- name: ccache
@@ -96,7 +87,7 @@ jobs:
9687

9788
strategy:
9889
matrix:
99-
image: ["ubuntu:24.04", "ubuntu:25.10", "alpine:3.23", "oraclelinux:8"]
90+
image: ["ubuntu:24.04", "ubuntu:25.10", "alpine:3.23"]
10091
fail-fast: false # Prefer quick result
10192

10293
runs-on: ubuntu-22.04
@@ -120,12 +111,6 @@ jobs:
120111
run: |
121112
apk add make g++ pcre-dev bash python3 libxml2-utils
122113
123-
- name: Install missing software on Oracle Linux
124-
if: contains(matrix.image, 'oraclelinux')
125-
run: |
126-
yum install -y git python3 which epel-release
127-
yum install -y cmake3 gcc-c++ make pcre-devel
128-
129114
# needs to be called after the package installation since
130115
# - it doesn't call "apt-get update"
131116
- name: ccache

0 commit comments

Comments
 (0)