Skip to content

Commit

Permalink
build: Disable linux/loong64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Aug 17, 2022
1 parent d52aade commit 3b4bdf8
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 @@ -31,7 +31,7 @@ if [ "$1" = "go" ]; then
make depend

# Build
CGO_ENABLED=0 bagop -j "$(nproc)" -b "$2" -x '(android/*|ios/*|plan9/*|aix/*)' -p "make build/$2 DST=\$DST" -d out
CGO_ENABLED=0 bagop -j "$(nproc)" -b "$2" -x '(android/*|ios/*|plan9/*|aix/*|linux/loong64)' -p "make build/$2 DST=\$DST" -d out

exit 0
fi
Expand Down

0 comments on commit 3b4bdf8

Please sign in to comment.