Skip to content

Commit

Permalink
chore(cd): remove ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Dec 6, 2024
1 parent 88ffdda commit e4eb8c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 227 deletions.
10 changes: 0 additions & 10 deletions .github/matrix-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ build-packages:
# check-manifest-suite: the check manifest suite as defined in scripts/explain_manifest/config.py

# Ubuntu
- label: ubuntu-20.04
image: ubuntu:20.04
package: deb
check-manifest-suite: ubuntu-20.04-amd64
- label: ubuntu-22.04
image: ubuntu:22.04
package: deb
Expand Down Expand Up @@ -120,12 +116,6 @@ scan-vulnerabilities:

release-packages:
# Ubuntu
- label: ubuntu-20.04
package: deb
artifact-from: ubuntu-20.04
artifact-version: 20.04
artifact-type: ubuntu
artifact: kong.amd64.deb
- label: ubuntu-22.04
package: deb
artifact-from: ubuntu-22.04
Expand Down
13 changes: 0 additions & 13 deletions scripts/explain_manifest/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,6 @@ def transform(f: FileInfo):
},
}
),
"ubuntu-20.04-amd64": ExpectSuite(
name="Ubuntu 20.04 (amd64)",
manifest="fixtures/ubuntu-20.04-amd64.txt",
tests={
common_suites: {},
libc_libcpp_suites: {
"libc_max_version": "2.30",
# gcc 9.3.0
"libcxx_max_version": "3.4.28",
"cxxabi_max_version": "1.3.12",
},
}
),
"ubuntu-22.04-amd64": ExpectSuite(
name="Ubuntu 22.04 (amd64)",
manifest="fixtures/ubuntu-22.04-amd64.txt",
Expand Down
204 changes: 0 additions & 204 deletions scripts/explain_manifest/fixtures/ubuntu-20.04-amd64.txt

This file was deleted.

0 comments on commit e4eb8c6

Please sign in to comment.