CI: Gepinntes Node vor JavaScript-Actions bereitstellen
Some checks failed
Vierziel-Build und Pflichtabnahme / checks (push) Failing after 1m54s
Vierziel-Build und Pflichtabnahme / build (ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b, aarch64-unknown-linux-gnu) (push) Has been cancelled
Vierziel-Build und Pflichtabnahme / build (ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b, x86_64-unknown-linux-gnu) (push) Has been cancelled
Vierziel-Build und Pflichtabnahme / build (messense/cargo-xwin@sha256:4696dd4e79edf8569fa99c4b06bd99273e0501c7adc983aa61d57945f795bef0, x86_64-pc-windows-msvc) (push) Has been cancelled
Vierziel-Build und Pflichtabnahme / stage (push) Has been cancelled
Vierziel-Build und Pflichtabnahme / build (ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b, aarch64-apple-darwin) (push) Has been cancelled
Some checks failed
Vierziel-Build und Pflichtabnahme / checks (push) Failing after 1m54s
Vierziel-Build und Pflichtabnahme / build (ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b, aarch64-unknown-linux-gnu) (push) Has been cancelled
Vierziel-Build und Pflichtabnahme / build (ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b, x86_64-unknown-linux-gnu) (push) Has been cancelled
Vierziel-Build und Pflichtabnahme / build (messense/cargo-xwin@sha256:4696dd4e79edf8569fa99c4b06bd99273e0501c7adc983aa61d57945f795bef0, x86_64-pc-windows-msvc) (push) Has been cancelled
Vierziel-Build und Pflichtabnahme / stage (push) Has been cancelled
Vierziel-Build und Pflichtabnahme / build (ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b, aarch64-apple-darwin) (push) Has been cancelled
This commit is contained in:
@@ -19,6 +19,14 @@ jobs:
|
|||||||
TB_VBDOS_REPO: /tmp/tb-vbdos
|
TB_VBDOS_REPO: /tmp/tb-vbdos
|
||||||
TB_RUN_URL: ${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}
|
TB_RUN_URL: ${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}
|
||||||
steps:
|
steps:
|
||||||
|
# Vor checkout nötig: Die Cross-Images enthalten kein Node für JS-Actions.
|
||||||
|
- name: Gepinnte Actions-Laufzeit
|
||||||
|
run: |
|
||||||
|
set -eu
|
||||||
|
curl -fsSL https://nodejs.org/dist/v22.22.0/node-v22.22.0-linux-arm64.tar.xz -o /tmp/tb-node.tar.xz
|
||||||
|
echo '1bf1eb9ee63ffc4e5d324c0b9b62cf4a289f44332dfef9607cea1a0d9596ba6f /tmp/tb-node.tar.xz' | sha256sum -c -
|
||||||
|
tar -xJf /tmp/tb-node.tar.xz -C /usr/local --strip-components=1
|
||||||
|
node --version
|
||||||
- uses: https://gitea.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262
|
- uses: https://gitea.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
@@ -63,6 +71,14 @@ jobs:
|
|||||||
TB_BUILD_IMAGE: ${{ matrix.image }}
|
TB_BUILD_IMAGE: ${{ matrix.image }}
|
||||||
TB_TARGET: ${{ matrix.target }}
|
TB_TARGET: ${{ matrix.target }}
|
||||||
steps:
|
steps:
|
||||||
|
# Vor checkout nötig: Die Cross-Images enthalten kein Node für JS-Actions.
|
||||||
|
- name: Gepinnte Actions-Laufzeit
|
||||||
|
run: |
|
||||||
|
set -eu
|
||||||
|
curl -fsSL https://nodejs.org/dist/v22.22.0/node-v22.22.0-linux-arm64.tar.xz -o /tmp/tb-node.tar.xz
|
||||||
|
echo '1bf1eb9ee63ffc4e5d324c0b9b62cf4a289f44332dfef9607cea1a0d9596ba6f /tmp/tb-node.tar.xz' | sha256sum -c -
|
||||||
|
tar -xJf /tmp/tb-node.tar.xz -C /usr/local --strip-components=1
|
||||||
|
node --version
|
||||||
- uses: https://gitea.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262
|
- uses: https://gitea.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
@@ -80,6 +96,14 @@ jobs:
|
|||||||
runs-on: linux-arm64
|
runs-on: linux-arm64
|
||||||
container: ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b
|
container: ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b
|
||||||
steps:
|
steps:
|
||||||
|
# Vor checkout nötig: Die Cross-Images enthalten kein Node für JS-Actions.
|
||||||
|
- name: Gepinnte Actions-Laufzeit
|
||||||
|
run: |
|
||||||
|
set -eu
|
||||||
|
curl -fsSL https://nodejs.org/dist/v22.22.0/node-v22.22.0-linux-arm64.tar.xz -o /tmp/tb-node.tar.xz
|
||||||
|
echo '1bf1eb9ee63ffc4e5d324c0b9b62cf4a289f44332dfef9607cea1a0d9596ba6f /tmp/tb-node.tar.xz' | sha256sum -c -
|
||||||
|
tar -xJf /tmp/tb-node.tar.xz -C /usr/local --strip-components=1
|
||||||
|
node --version
|
||||||
- uses: https://gitea.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262
|
- uses: https://gitea.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|||||||
@@ -16,6 +16,14 @@ jobs:
|
|||||||
runs-on: linux-arm64
|
runs-on: linux-arm64
|
||||||
container: ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b
|
container: ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b
|
||||||
steps:
|
steps:
|
||||||
|
# Vor checkout nötig: Die Cross-Images enthalten kein Node für JS-Actions.
|
||||||
|
- name: Gepinnte Actions-Laufzeit
|
||||||
|
run: |
|
||||||
|
set -eu
|
||||||
|
curl -fsSL https://nodejs.org/dist/v22.22.0/node-v22.22.0-linux-arm64.tar.xz -o /tmp/tb-node.tar.xz
|
||||||
|
echo '1bf1eb9ee63ffc4e5d324c0b9b62cf4a289f44332dfef9607cea1a0d9596ba6f /tmp/tb-node.tar.xz' | sha256sum -c -
|
||||||
|
tar -xJf /tmp/tb-node.tar.xz -C /usr/local --strip-components=1
|
||||||
|
node --version
|
||||||
- uses: https://gitea.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262
|
- uses: https://gitea.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user