diff --git a/.github/workflows/kernel.yaml b/.github/workflows/kernel.yaml index bfe5ca9..86b67f4 100644 --- a/.github/workflows/kernel.yaml +++ b/.github/workflows/kernel.yaml @@ -22,22 +22,25 @@ jobs: run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: runbranch - - name: "Install: go" - uses: actions/setup-go@v1 - with: - go-version: 1.21 - id: go + # - name: "Install: go" + # uses: actions/setup-go@v1 + # with: + # go-version: 1.21 + # id: go - name: "Install: requirements" run: | - bash ./autobuild/tf-build-deps-clean.sh + bash ./autobuild/tf-build-deps.sh - - name: "Install: rust" - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - target: x86_64-unknown-linux-musl - default: true + echo "GOPATH=/gopath" >> "$GITHUB_ENV" + echo "PATH=${HOME}/.cargo/bin:${PATH}:/usr/local/go/bin" >> "$GITHUB_ENV" + + # - name: "Install: rust" + # uses: actions-rs/toolchain@v1 + # with: + # toolchain: stable + # target: x86_64-unknown-linux-musl + # default: true - name: "Fetch: sources" run: | diff --git a/autobuild/tf-build-deps-clean.sh b/autobuild/tf-build-deps-clean.sh index a243f62..8fadd63 100644 --- a/autobuild/tf-build-deps-clean.sh +++ b/autobuild/tf-build-deps-clean.sh @@ -1,4 +1,6 @@ #!/bin/bash +export DEBIAN_FRONTEND=noninteractive +export DEBCONF_NONINTERACTIVE_SEEN=true apt-get update diff --git a/packages/restic.sh b/packages/restic.sh index 2ec74cb..0354e15 100644 --- a/packages/restic.sh +++ b/packages/restic.sh @@ -1,5 +1,5 @@ -RESTIC_VERSION="0.9.2" -RESTIC_CHECKSUM="dd08f71f2df5901d6b3e3faf3b4f6d2a" +RESTIC_VERSION="0.9.3" +RESTIC_CHECKSUM="6818e3744cec489a7f0da4f0e3beafeb" RESTIC_LINK="https://github.com/restic/restic/archive/v${RESTIC_VERSION}.tar.gz" download_restic() { diff --git a/packages/zinit.sh b/packages/zinit.sh old mode 100644 new mode 100755 index ef799a7..b57b86e --- a/packages/zinit.sh +++ b/packages/zinit.sh @@ -1,5 +1,5 @@ -ZINIT_VERSION="0.2.11" -ZINIT_HASH="e1d6a6f0ff604e58735cd7bd127e5c78" +ZINIT_VERSION="0.2.14" +ZINIT_HASH="2617c4d62e7b33e34c1836e39a3be93e" ZINIT_BINARY="https://github.com/threefoldtech/zinit/releases/download/v${ZINIT_VERSION}/zinit" download_zinit() {