Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 4289edd

Browse files
committed
build: Use correct Hydrun targets, prevent uploading artifacts from tests
1 parent 0549547 commit 4289edd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hydrun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: golang:bookworm
2121
flags: ""
2222
cmd: GOFLAGS="-short" ./Hydrunfile test
23-
dst: out/*
23+
dst: out/nonexistent
2424
- id: go-keygaen-cli
2525
src: .
2626
os: golang:bookworm

Hydrunfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [ "$1" = "go" ]; then
3737
make depend
3838

3939
# Build
40-
CGO_ENABLED=0 bagop -j "$(nproc)" -b "$2" -x '(android/*|ios/*|plan9/*|aix/*|linux/loong64|freebsd/riscv64|wasip1/wasm)' -p "make build/$2 DST=\$DST" -d out
40+
CGO_ENABLED=0 bagop -j "$(nproc)" -b "$2" -x '(android/*|ios/*|plan9/*|aix/*|linux/loong64|freebsd/riscv64|wasip1/wasm)' -p "make build-cli/$2 DST=\$DST" -d out
4141

4242
exit 0
4343
fi

0 commit comments

Comments
 (0)