Skip to content

Commit

Permalink
Enabled some CI tests that were disabled on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Feb 12, 2022
1 parent 19aae64 commit 606e585
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions build/build_all
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,14 @@ fi
ubuntu_clang_hack=0
# If invoked by GitHub Actions CI...
if [ -n "$RUNNER_OS" ]; then
case "$CC" in
clang*)
ubuntu_clang_hack=1
;;
esac
if [ "$os" = linux ]; then
# Assume that the OS being Linux means Ubuntu.
case "$CC" in
clang*)
ubuntu_clang_hack=1
;;
esac
fi
fi

################################################################################
Expand Down

0 comments on commit 606e585

Please sign in to comment.