File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 1717.PHONY : all build download push run pull share copy clean checksum
1818
1919MAJOR := 0
20- MINOR := 20
20+ MINOR := 21
2121PATCH := 0
2222LABEL :=
2323IMAGE_KERNEL_VERSION? = $(MAJOR ) .$(MINOR ) .$(PATCH )$(LABEL )
@@ -30,7 +30,7 @@ TOOLCHAIN_TAG ?= 0.17.0
3030
3131DEP_DIR := dep
3232
33- KERNEL_VERSION ?= 6.5.13-ctsi-1
33+ KERNEL_VERSION ?= 6.5.13-ctsi-2-uio-test1
3434KERNEL_SRCPATH := $(DEP_DIR ) /linux-${KERNEL_VERSION}.tar.gz
3535
3636OPENSBI_VERSION ?= 1.3.1-ctsi-2
Original file line number Diff line number Diff line change 1- 24f3326aad2aa630c6fb2192305b70963ca67c03b0218cdcd09033cbefc9e52d dep/linux-6.5.13-ctsi-1 .tar.gz
1+ ea2c5a63b4e54f515959d28d361ff74e6399e95ab3c9703739c9207fa75a470f dep/linux-6.5.13-ctsi-2-uio-test1 .tar.gz
2235082380131117aa8424d1b81ca9e6e0280baa9bffbcf3f46080a652e4cb4385 dep/opensbi-1.3.1-ctsi-2.tar.gz
You can’t perform that action at this time.
0 commit comments