summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2025-10-28 16:19:15 +0100
committerjvoisin2025-10-28 16:21:49 +0100
commitd343089c0b7687ebe0a142941c12da7067a41d85 (patch)
tree725374824ccf998045fb0e3571b01594aeee520d
parent41d3081c4ac0a79a4ad292957ead84f8477eaa55 (diff)
Use dustri.org instead of musl.cc to download the toolchain
-rw-r--r--.github/workflows/coverage.yaml2
-rw-r--r--.github/workflows/coverity.yaml2
-rw-r--r--.github/workflows/testsuite.yaml6
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml
index 778aa6b..8019a6c 100644
--- a/.github/workflows/coverage.yaml
+++ b/.github/workflows/coverage.yaml
@@ -32,7 +32,7 @@ jobs:
32 key: musl 32 key: musl
33 - name: Downloading musl-based toolchain 33 - name: Downloading musl-based toolchain
34 if: steps.cache-musl.outputs.cache-hit != 'true' 34 if: steps.cache-musl.outputs.cache-hit != 'true'
35 run: wget --quiet https://musl.cc/x86_64-linux-musl-native.tgz 35 run: wget --quiet https://dustri.org/x86_64-linux-musl-native.tgz
36 - name: Extracting musl-based toolchain 36 - name: Extracting musl-based toolchain
37 if: steps.cache-musl.outputs.cache-hit != 'true' 37 if: steps.cache-musl.outputs.cache-hit != 'true'
38 run: tar xzf ./x86_64-linux-musl-native.tgz 38 run: tar xzf ./x86_64-linux-musl-native.tgz
diff --git a/.github/workflows/coverity.yaml b/.github/workflows/coverity.yaml
index 10a211c..61cf9c2 100644
--- a/.github/workflows/coverity.yaml
+++ b/.github/workflows/coverity.yaml
@@ -22,7 +22,7 @@ jobs:
22 key: musl 22 key: musl
23 - name: Downloading musl-based toolchain 23 - name: Downloading musl-based toolchain
24 if: steps.cache-musl.outputs.cache-hit != 'true' 24 if: steps.cache-musl.outputs.cache-hit != 'true'
25 run: wget --quiet https://musl.cc/x86_64-linux-musl-native.tgz 25 run: wget --quiet https://dustri.org/x86_64-linux-musl-native.tgz
26 - name: Extracting musl-based toolchain 26 - name: Extracting musl-based toolchain
27 if: steps.cache-musl.outputs.cache-hit != 'true' 27 if: steps.cache-musl.outputs.cache-hit != 'true'
28 run: tar xzf ./x86_64-linux-musl-native.tgz 28 run: tar xzf ./x86_64-linux-musl-native.tgz
diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml
index af06161..e292511 100644
--- a/.github/workflows/testsuite.yaml
+++ b/.github/workflows/testsuite.yaml
@@ -23,7 +23,7 @@ jobs:
23 key: musl 23 key: musl
24 - name: Downloading musl-based toolchain 24 - name: Downloading musl-based toolchain
25 if: steps.cache-musl.outputs.cache-hit != 'true' 25 if: steps.cache-musl.outputs.cache-hit != 'true'
26 run: wget --quiet https://musl.cc/x86_64-linux-musl-native.tgz 26 run: wget --quiet https://dustri.org/x86_64-linux-musl-native.tgz
27 - name: Extracting musl-based toolchain 27 - name: Extracting musl-based toolchain
28 if: steps.cache-musl.outputs.cache-hit != 'true' 28 if: steps.cache-musl.outputs.cache-hit != 'true'
29 run: tar xzf ./x86_64-linux-musl-native.tgz 29 run: tar xzf ./x86_64-linux-musl-native.tgz
@@ -61,7 +61,7 @@ jobs:
61 key: musl 61 key: musl
62 - name: Downloading musl-based toolchain 62 - name: Downloading musl-based toolchain
63 if: steps.cache-musl.outputs.cache-hit != 'true' 63 if: steps.cache-musl.outputs.cache-hit != 'true'
64 run: wget --quiet https://musl.cc/x86_64-linux-musl-native.tgz 64 run: wget --quiet https://dustri.org/x86_64-linux-musl-native.tgz
65 - name: Extracting musl-based toolchain 65 - name: Extracting musl-based toolchain
66 if: steps.cache-musl.outputs.cache-hit != 'true' 66 if: steps.cache-musl.outputs.cache-hit != 'true'
67 run: tar xzf ./x86_64-linux-musl-native.tgz 67 run: tar xzf ./x86_64-linux-musl-native.tgz
@@ -95,7 +95,7 @@ jobs:
95 key: musl 95 key: musl
96 - name: Downloading musl-based toolchain 96 - name: Downloading musl-based toolchain
97 if: steps.cache-musl.outputs.cache-hit != 'true' 97 if: steps.cache-musl.outputs.cache-hit != 'true'
98 run: wget --quiet https://musl.cc/x86_64-linux-musl-native.tgz 98 run: wget --quiet https://dustri.org/x86_64-linux-musl-native.tgz
99 - name: Extracting musl-based toolchain 99 - name: Extracting musl-based toolchain
100 if: steps.cache-musl.outputs.cache-hit != 'true' 100 if: steps.cache-musl.outputs.cache-hit != 'true'
101 run: tar xzf ./x86_64-linux-musl-native.tgz 101 run: tar xzf ./x86_64-linux-musl-native.tgz