Skip to content

Commit 5fdddb8

Browse files
authored
Remove test repo from "reusable" workflow (#334)
1 parent a7aff78 commit 5fdddb8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/reusable.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ jobs:
132132
all_jobs = [
133133
# libstdc++ (by default: disabled (see exclude_cxxstd, exclude_compiler),
134134
# tests are pre-C++11 standard; gcc-4.7 is not fully compliant)
135-
{"compiler": "gcc-4.4", "cxxstd": "98", "os": "ubuntu-latest", "container": "ubuntu:16.04"},
136-
{"compiler": "gcc-4.6", "cxxstd": "03,0x", "os": "ubuntu-latest", "container": "ubuntu:16.04"},
135+
{"compiler": "gcc-4.4", "cxxstd": "98", "os": "ubuntu-latest", "container": "ubuntu:16.04", "source_keys": "0x1E9377A2BA9EF27F", "sources": "ppa:ubuntu-toolchain-r/test"},
136+
{"compiler": "gcc-4.6", "cxxstd": "03,0x", "os": "ubuntu-latest", "container": "ubuntu:16.04", "source_keys": "0x1E9377A2BA9EF27F", "sources": "ppa:ubuntu-toolchain-r/test"},
137137
{"compiler": "gcc-4.7", "cxxstd": "03,11", "os": "ubuntu-latest", "container": "ubuntu:16.04"},
138138
# libstdc++
139139
{"compiler": "gcc-4.7", "cxxstd": "11", "os": "ubuntu-latest", "container": "ubuntu:16.04"},
@@ -372,9 +372,6 @@ jobs:
372372
run: |
373373
SOURCE_KEYS=("${{join(matrix.source_keys, '" "')}}")
374374
SOURCES=("${{join(matrix.sources, '" "')}}")
375-
# Add this by default
376-
SOURCE_KEYS+=('0x1E9377A2BA9EF27F')
377-
SOURCES+=(ppa:ubuntu-toolchain-r/test)
378375
379376
ci/add-apt-keys.sh "${SOURCE_KEYS[@]}"
380377
# Initial update before adding sources required to get e.g. keys

0 commit comments

Comments
 (0)