We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7534340 commit ece17acCopy full SHA for ece17ac
Makefile
@@ -1,4 +1,4 @@
1
-PUIPUI_LINUX_VERSION := 0.0.1
+PUIPUI_LINUX_VERSION := 1.0.3
2
ARCH := $(shell uname -m)
3
KERNEL_ARCH := $(shell echo $(ARCH) | sed -e s/arm64/aarch64/)
4
KERNEL_TAR := puipui_linux_v$(PUIPUI_LINUX_VERSION)_$(KERNEL_ARCH).tar.gz
@@ -10,7 +10,7 @@ fmt:
10
11
.PHONY: test
12
test:
13
- go test -p 1 -exec "go run $(PWD)/cmd/codesign" ./... -timeout 60s -v
+ go test -p 1 -exec "go run $(PWD)/cmd/codesign" ./... -timeout 2m -v
14
15
.PHONY: test/run
16
test/run:
0 commit comments