Unverified Commit 9a9ef594 authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

Compare the Cirrus OS env var with the right value for macOS (darwin) (#22533)

parent eee50963
...@@ -44,7 +44,7 @@ if [[ "$SHARD" = "deploy_gallery" ]]; then ...@@ -44,7 +44,7 @@ if [[ "$SHARD" = "deploy_gallery" ]]; then
else else
echo "Not deployed: Flutter Gallery is only deployed to the Play Store on merged and tagged dev branch commits" echo "Not deployed: Flutter Gallery is only deployed to the Play Store on merged and tagged dev branch commits"
fi fi
elif [[ "$OS" == "macos" ]]; then elif [[ "$OS" == "darwin" ]]; then
echo "Building Flutter Gallery $version for iOS..." echo "Building Flutter Gallery $version for iOS..."
( (
cd examples/flutter_gallery cd examples/flutter_gallery
......
...@@ -35,6 +35,7 @@ RUN bash "${NODEJS_INSTALL}/nodejs_install.sh" ...@@ -35,6 +35,7 @@ RUN bash "${NODEJS_INSTALL}/nodejs_install.sh"
RUN apt-get install -y --no-install-recommends \ RUN apt-get install -y --no-install-recommends \
locales \ locales \
ruby \ ruby \
ruby-dev \
nodejs \ nodejs \
lib32stdc++6 \ lib32stdc++6 \
libstdc++6 \ libstdc++6 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment