Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit f907f78

Browse files
committed
ci: Remove Python 2 job, update C89 job
Python 2 isn't supported on newer Ubuntu releases. Newer Python releases have header files which aren't compatible with C89.
1 parent 5a8d9a3 commit f907f78

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.gitlab-ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
gcc:
1313
extends: .test
1414
variables:
15-
CONFIG: "--without-tls"
15+
CFLAGS: "-O2"
16+
17+
gcc:c89:
18+
extends: .test
19+
variables:
20+
CONFIG: "--without-python"
1621
CFLAGS: "-O2 -std=c89 -D_XOPEN_SOURCE=600"
1722

1823
gcc:minimum:
@@ -36,12 +41,6 @@ gcc:legacy:
3641
BASE_CONFIG: "--with-legacy"
3742
CFLAGS: "-O2"
3843

39-
gcc:python3:
40-
extends: .test
41-
variables:
42-
CFLAGS: "-O2"
43-
PYTHON: "/usr/bin/python3"
44-
4544
gcc:static:
4645
extends: .test
4746
variables:

0 commit comments

Comments
 (0)