Skip to content

Commit 28d61a4

Browse files
committed
Update drone jobs after PPA removal
1 parent 6367d04 commit 28d61a4

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.drone.star

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ def main(ctx):
2828
job(compiler='clang-3.9', cxxstd='11,14', os='ubuntu-18.04'),
2929
job(compiler='clang-4.0', cxxstd='11,14', os='ubuntu-18.04'),
3030
job(compiler='clang-5.0', cxxstd='11,14,1z', os='ubuntu-18.04'),
31-
job(compiler='clang-6.0', cxxstd='11,14,17', os='ubuntu-18.04'),
32-
job(compiler='clang-7', cxxstd='11,14,17', os='ubuntu-18.04'),
33-
job(compiler='clang-8', cxxstd='11,14,17,2a', os='ubuntu-18.04'),
34-
job(compiler='clang-9', cxxstd='11,14,17,2a', os='ubuntu-18.04'),
35-
job(compiler='clang-10', cxxstd='11,14,17,2a', os='ubuntu-18.04'),
31+
job(compiler='clang-6.0', cxxstd='11,14,17', os='ubuntu-20.04'),
32+
job(compiler='clang-7', cxxstd='11,14,17', os='ubuntu-20.04'),
33+
job(compiler='clang-8', cxxstd='11,14,17,2a', os='ubuntu-20.04'),
34+
job(compiler='clang-9', cxxstd='11,14,17,2a', os='ubuntu-20.04'),
35+
job(compiler='clang-10', cxxstd='11,14,17,2a', os='ubuntu-20.04'),
3636
job(compiler='clang-11', cxxstd='11,14,17,2a', os='ubuntu-22.04'),
3737
job(compiler='clang-12', cxxstd='11,14,17,20', os='ubuntu-22.04'),
3838
job(compiler='clang-13', cxxstd='11,14,17,20,2b', os='ubuntu-22.04'),
@@ -46,7 +46,7 @@ def main(ctx):
4646
job(compiler='gcc-6', cxxstd='11,14,1z', os='ubuntu-18.04'),
4747
job(compiler='gcc-7', cxxstd='11,14,1z', os='ubuntu-18.04'),
4848
job(compiler='gcc-8', cxxstd='11,14,17,2a', os='ubuntu-18.04'),
49-
job(compiler='gcc-9', cxxstd='11,14,17,2a', os='ubuntu-18.04'),
49+
job(compiler='gcc-9', cxxstd='11,14,17,2a', os='ubuntu-20.04'),
5050
job(compiler='gcc-10', cxxstd='11,14,17,20', os='ubuntu-22.04'),
5151
job(compiler='gcc-11', cxxstd='11,14,17,20,2b', os='ubuntu-22.04'),
5252
job(compiler='gcc-12', cxxstd='11,14,17,20,2b', os='ubuntu-22.04'),
@@ -99,10 +99,10 @@ def main(ctx):
9999
job(compiler='clang', cxxstd='11,14,17,20,2b', os='osx-xcode-15.0.1'),
100100
# ARM64
101101
job(compiler='clang-12', cxxstd='11,14,17,20', os='ubuntu-20.04', arch='arm64', add_llvm=True),
102-
job(compiler='gcc-11', cxxstd='11,14,17,20', os='ubuntu-20.04', arch='arm64'),
102+
job(compiler='gcc-11', cxxstd='11,14,17,20', os='ubuntu-22.04', arch='arm64'),
103103
# S390x
104104
job(compiler='clang-12', cxxstd='11,14,17,20', os='ubuntu-20.04', arch='s390x', add_llvm=True),
105-
job(compiler='gcc-11', cxxstd='11,14,17,20', os='ubuntu-20.04', arch='s390x'),
105+
job(compiler='gcc-11', cxxstd='11,14,17,20', os='ubuntu-22.04', arch='s390x'),
106106
# Windows
107107
job(compiler='msvc-14.0', cxxstd=None, os='windows', env={'B2_DONT_EMBED_MANIFEST': 1}),
108108
job(compiler='msvc-14.1', cxxstd=None, os='windows'),

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
matrix:
4444
include:
4545
# Linux, gcc
46-
- { compiler: gcc-4.4, cxxstd: '98,0x', os: ubuntu-latest, container: 'ubuntu:16.04' }
47-
- { compiler: gcc-4.6, cxxstd: '0x', os: ubuntu-latest, container: 'ubuntu:16.04' }
46+
- { compiler: gcc-4.4, cxxstd: '98,0x', os: ubuntu-latest, container: 'ubuntu:16.04', source_keys: '0x1E9377A2BA9EF27F', sources: 'ppa:ubuntu-toolchain-r/test' }
47+
- { compiler: gcc-4.6, cxxstd: '0x', os: ubuntu-latest, container: 'ubuntu:16.04', source_keys: '0x1E9377A2BA9EF27F', sources: 'ppa:ubuntu-toolchain-r/test' }
4848
- { compiler: gcc-4.7, cxxstd: '11', os: ubuntu-latest, container: 'ubuntu:16.04' }
4949
- { compiler: gcc-4.8, cxxstd: '11', os: ubuntu-latest, container: 'ubuntu:16.04' }
5050
- { compiler: gcc-4.9, cxxstd: '11', os: ubuntu-latest, container: 'ubuntu:16.04' }
@@ -61,7 +61,7 @@ jobs:
6161
- { name: GCC w/ sanitizers, sanitize: yes,
6262
compiler: gcc-13, cxxstd: '11,14,17,20', os: ubuntu-24.04 }
6363
- { name: Collect coverage, coverage: yes,
64-
compiler: gcc-13, cxxstd: '2b', os: ubuntu-24.04, install: 'g++-13-multilib', address-model: '32,64' }
64+
compiler: gcc-13, cxxstd: '2b', os: ubuntu-24.04, install: 'g++-13-multilib gcc-multilib', address-model: '32,64' }
6565

6666
# Linux, clang
6767
- { compiler: clang-3.5, cxxstd: '11', os: ubuntu-latest, container: 'ubuntu:16.04' }

0 commit comments

Comments
 (0)