Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 15 additions & 12 deletions .github/workflows/kernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 2 additions & 0 deletions autobuild/tf-build-deps-clean.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
export DEBCONF_NONINTERACTIVE_SEEN=true

apt-get update

Expand Down
4 changes: 2 additions & 2 deletions packages/restic.sh
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down
4 changes: 2 additions & 2 deletions packages/zinit.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down