Skip to content

Commit c1c0d90

Browse files
committed
.github: remove x32 jobs
These jobs need ubuntu-20.04 image that is no longer available in GitHub Actions. Link: https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/
1 parent 77202c0 commit c1c0d90

1 file changed

Lines changed: 0 additions & 176 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 176 deletions
Original file line numberDiff line numberDiff line change
@@ -206,62 +206,6 @@ jobs:
206206
- name: build check
207207
run: ci/run-build-and-tests.sh
208208

209-
gcc13-x32:
210-
runs-on: ubuntu-20.04
211-
env:
212-
CC: gcc-13
213-
TARGET: x32
214-
steps:
215-
- uses: actions/checkout@v6
216-
with:
217-
fetch-depth: 0
218-
- name: install dependencies
219-
run: ci/install-dependencies.sh
220-
- name: build check
221-
run: ci/run-build-and-tests.sh
222-
223-
gcc11-x32:
224-
runs-on: ubuntu-20.04
225-
env:
226-
CC: gcc-11
227-
TARGET: x32
228-
steps:
229-
- uses: actions/checkout@v6
230-
with:
231-
fetch-depth: 0
232-
- name: install dependencies
233-
run: ci/install-dependencies.sh
234-
- name: build check
235-
run: ci/run-build-and-tests.sh
236-
237-
gcc10-x32:
238-
runs-on: ubuntu-20.04
239-
env:
240-
CC: gcc-10
241-
TARGET: x32
242-
steps:
243-
- uses: actions/checkout@v6
244-
with:
245-
fetch-depth: 0
246-
- name: install dependencies
247-
run: ci/install-dependencies.sh
248-
- name: build check
249-
run: ci/run-build-and-tests.sh
250-
251-
gcc9-x32:
252-
runs-on: ubuntu-20.04
253-
env:
254-
CC: gcc-9
255-
TARGET: x32
256-
steps:
257-
- uses: actions/checkout@v6
258-
with:
259-
fetch-depth: 0
260-
- name: install dependencies
261-
run: ci/install-dependencies.sh
262-
- name: build check
263-
run: ci/run-build-and-tests.sh
264-
265209
gcc14-x86:
266210
runs-on: ubuntu-24.04
267211
env:
@@ -682,66 +626,6 @@ jobs:
682626
- name: build check
683627
run: ci/run-build-and-tests.sh
684628

685-
gcc13-x32-debug:
686-
runs-on: ubuntu-20.04
687-
env:
688-
CC: gcc-13
689-
CPPFLAGS: -DUTEMPTER_DEBUG
690-
TARGET: x32
691-
steps:
692-
- uses: actions/checkout@v6
693-
with:
694-
fetch-depth: 0
695-
- name: install dependencies
696-
run: ci/install-dependencies.sh
697-
- name: build check
698-
run: ci/run-build-and-tests.sh
699-
700-
gcc11-x32-debug:
701-
runs-on: ubuntu-20.04
702-
env:
703-
CC: gcc-11
704-
CPPFLAGS: -DUTEMPTER_DEBUG
705-
TARGET: x32
706-
steps:
707-
- uses: actions/checkout@v6
708-
with:
709-
fetch-depth: 0
710-
- name: install dependencies
711-
run: ci/install-dependencies.sh
712-
- name: build check
713-
run: ci/run-build-and-tests.sh
714-
715-
gcc10-x32-debug:
716-
runs-on: ubuntu-20.04
717-
env:
718-
CC: gcc-10
719-
CPPFLAGS: -DUTEMPTER_DEBUG
720-
TARGET: x32
721-
steps:
722-
- uses: actions/checkout@v6
723-
with:
724-
fetch-depth: 0
725-
- name: install dependencies
726-
run: ci/install-dependencies.sh
727-
- name: build check
728-
run: ci/run-build-and-tests.sh
729-
730-
gcc9-x32-debug:
731-
runs-on: ubuntu-20.04
732-
env:
733-
CC: gcc-9
734-
CPPFLAGS: -DUTEMPTER_DEBUG
735-
TARGET: x32
736-
steps:
737-
- uses: actions/checkout@v6
738-
with:
739-
fetch-depth: 0
740-
- name: install dependencies
741-
run: ci/install-dependencies.sh
742-
- name: build check
743-
run: ci/run-build-and-tests.sh
744-
745629
gcc14-x86-debug:
746630
runs-on: ubuntu-24.04
747631
env:
@@ -1177,66 +1061,6 @@ jobs:
11771061
- name: build check
11781062
run: ci/run-build-and-tests.sh
11791063

1180-
gcc13-x32-log:
1181-
runs-on: ubuntu-20.04
1182-
env:
1183-
CC: gcc-13
1184-
CPPFLAGS: -DUTEMPTER_LOG
1185-
TARGET: x32
1186-
steps:
1187-
- uses: actions/checkout@v6
1188-
with:
1189-
fetch-depth: 0
1190-
- name: install dependencies
1191-
run: ci/install-dependencies.sh
1192-
- name: build check
1193-
run: ci/run-build-and-tests.sh
1194-
1195-
gcc11-x32-log:
1196-
runs-on: ubuntu-20.04
1197-
env:
1198-
CC: gcc-11
1199-
CPPFLAGS: -DUTEMPTER_LOG
1200-
TARGET: x32
1201-
steps:
1202-
- uses: actions/checkout@v6
1203-
with:
1204-
fetch-depth: 0
1205-
- name: install dependencies
1206-
run: ci/install-dependencies.sh
1207-
- name: build check
1208-
run: ci/run-build-and-tests.sh
1209-
1210-
gcc10-x32-log:
1211-
runs-on: ubuntu-20.04
1212-
env:
1213-
CC: gcc-10
1214-
CPPFLAGS: -DUTEMPTER_LOG
1215-
TARGET: x32
1216-
steps:
1217-
- uses: actions/checkout@v6
1218-
with:
1219-
fetch-depth: 0
1220-
- name: install dependencies
1221-
run: ci/install-dependencies.sh
1222-
- name: build check
1223-
run: ci/run-build-and-tests.sh
1224-
1225-
gcc9-x32-log:
1226-
runs-on: ubuntu-20.04
1227-
env:
1228-
CC: gcc-9
1229-
CPPFLAGS: -DUTEMPTER_LOG
1230-
TARGET: x32
1231-
steps:
1232-
- uses: actions/checkout@v6
1233-
with:
1234-
fetch-depth: 0
1235-
- name: install dependencies
1236-
run: ci/install-dependencies.sh
1237-
- name: build check
1238-
run: ci/run-build-and-tests.sh
1239-
12401064
gcc14-x86-log:
12411065
runs-on: ubuntu-24.04
12421066
env:

0 commit comments

Comments
 (0)