Skip to content

Commit

Permalink
clang32: golang is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Nov 23, 2024
1 parent 662c04f commit f72fae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

if [[ "$MSYSTEM" == "MSYS" ]]; then
if [[ "$MSYSTEM" == "MSYS" ]] || [[ "$MSYSTEM" == "CLANG32" ]]; then
echo "skipped on $MSYSTEM"
exit 0;
fi
Expand Down

0 comments on commit f72fae0

Please sign in to comment.