There was an error while loading. Please reload this page.
1 parent d123c4e commit 9dc07eeCopy full SHA for 9dc07ee
1 file changed
.github/workflows/CI.yml
@@ -18,13 +18,13 @@ jobs:
18
test -x scripts/get-config-scripts.sh
19
find scripts depends -name '*.sh' -exec test -x {} \;
20
21
- - name: Check config helper fallback path
+ - name: Check config helper cache path
22
run: |
23
mkdir -p build
24
cd build
25
- CONFIG_BASE_URL="https://127.0.0.1/does-not-exist" CONFIG_TIMEOUT=1 ../scripts/get-config-scripts.sh
26
- test -s config.guess
27
- test -s config.sub
+ CONFIG_BASE_URL="https://127.0.0.1/pretend-savannah-is-down" CONFIG_TIMEOUT=1 ../scripts/get-config-scripts.sh
+ test -s ../archives/config.guess
+ test -s ../archives/config.sub
28
29
- name: Check no direct Savannah config downloads remain
30
0 commit comments