Skip to content

Commit ece17ac

Browse files
committed
updated puipui-linux version to v1.0.3
1 parent 7534340 commit ece17ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PUIPUI_LINUX_VERSION := 0.0.1
1+
PUIPUI_LINUX_VERSION := 1.0.3
22
ARCH := $(shell uname -m)
33
KERNEL_ARCH := $(shell echo $(ARCH) | sed -e s/arm64/aarch64/)
44
KERNEL_TAR := puipui_linux_v$(PUIPUI_LINUX_VERSION)_$(KERNEL_ARCH).tar.gz
@@ -10,7 +10,7 @@ fmt:
1010

1111
.PHONY: test
1212
test:
13-
go test -p 1 -exec "go run $(PWD)/cmd/codesign" ./... -timeout 60s -v
13+
go test -p 1 -exec "go run $(PWD)/cmd/codesign" ./... -timeout 2m -v
1414

1515
.PHONY: test/run
1616
test/run:

0 commit comments

Comments
 (0)