Skip to content

Commit

Permalink
build: Remove freebsd/riscv64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Apr 2, 2023
1 parent 3cf607e commit f02ffc0
Showing 1 changed file with 1 addition and 1 deletion.
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)' -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)' -p "make build/$2 DST=\$DST" -d out

exit 0
fi
Expand Down

0 comments on commit f02ffc0

Please sign in to comment.