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

Commit

Permalink
build: Use correct Hydrun targets, prevent uploading artifacts from t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
pojntfx committed Sep 13, 2023
1 parent 0549547 commit 4289edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hydrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: golang:bookworm
flags: ""
cmd: GOFLAGS="-short" ./Hydrunfile test
dst: out/*
dst: out/nonexistent
- id: go-keygaen-cli
src: .
os: golang:bookworm
Expand Down
2 changes: 1 addition & 1 deletion Hydrunfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "$1" = "go" ]; then
make depend

# Build
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
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

exit 0
fi
Expand Down

0 comments on commit 4289edd

Please sign in to comment.