Skip to content

Commit 6990fe4

Browse files
committed
feat: build kernels with UIO support
1 parent 3b69acd commit 6990fe4

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@ jobs:
6262
cache-from: type=gha,scope=regular
6363
cache-to: type=gha,mode=max,scope=regular
6464
project: ${{ vars.DEPOT_PROJECT }}
65+
token: ${{ secrets.DEPOT_TOKEN }}
6566

6667
- name: Export linux.bin artifact
6768
run: make copy
6869

6970
- name: Upload artifacts
70-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7172
with:
7273
path: artifacts/*
7374

@@ -106,3 +107,4 @@ jobs:
106107
cache-from: type=gha,scope=regular
107108
cache-to: type=gha,mode=max,scope=regular
108109
project: ${{ vars.DEPOT_PROJECT }}
110+
token: ${{ secrets.DEPOT_TOKEN }}

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.PHONY: all build download push run pull share copy clean checksum
1818

1919
MAJOR := 0
20-
MINOR := 20
20+
MINOR := 21
2121
PATCH := 0
2222
LABEL :=
2323
IMAGE_KERNEL_VERSION?= $(MAJOR).$(MINOR).$(PATCH)$(LABEL)
@@ -30,7 +30,7 @@ TOOLCHAIN_TAG ?= 0.17.0
3030

3131
DEP_DIR := dep
3232

33-
KERNEL_VERSION ?= 6.5.13-ctsi-1
33+
KERNEL_VERSION ?= 6.5.13-ctsi-2-uio-test1
3434
KERNEL_SRCPATH := $(DEP_DIR)/linux-${KERNEL_VERSION}.tar.gz
3535

3636
OPENSBI_VERSION ?= 1.3.1-ctsi-2

shasumfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
24f3326aad2aa630c6fb2192305b70963ca67c03b0218cdcd09033cbefc9e52d dep/linux-6.5.13-ctsi-1.tar.gz
1+
ea2c5a63b4e54f515959d28d361ff74e6399e95ab3c9703739c9207fa75a470f dep/linux-6.5.13-ctsi-2-uio-test1.tar.gz
22
35082380131117aa8424d1b81ca9e6e0280baa9bffbcf3f46080a652e4cb4385 dep/opensbi-1.3.1-ctsi-2.tar.gz

0 commit comments

Comments
 (0)