summaryrefslogtreecommitdiff
path: root/ci/build.sh
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-10-10 22:06:18 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-10-14 07:40:01 +0900
commit9ed379cbaaba2880f988ce6e3e4ee712785ec39c (patch)
tree8b3be0d358638de1449e5cf53c0bc9bfe07cf509 /ci/build.sh
parent6e4f0a588898c9303a013e98023defbd8b2e40e2 (diff)
downloadrust-libc-9ed379cbaaba2880f988ce6e3e4ee712785ec39c.tar.gz
Serial Experiments GitHub Actions
BuildChannelsMacOS, SemverLinux, and SemverMacOS
Diffstat (limited to 'ci/build.sh')
-rw-r--r--ci/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build.sh b/ci/build.sh
index eb8fb360d6..9decfb75cf 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -180,7 +180,7 @@ case "${OS}" in
fi
;;
- osx*)
+ macos*)
TARGETS="${RUST_OSX_TARGETS}"
;;
*)
@@ -269,7 +269,7 @@ i386-apple-ios \
i686-apple-darwin \
"
-if [ "${RUST}" = "nightly" ] && [ "${OS}" = "osx" ]; then
+if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then
for TARGET in $RUST_OSX_NO_CORE_TARGETS; do
if echo "$TARGET" | grep -q "$FILTER"; then
test_target build "$TARGET" 1