Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref: Pin cocoapods version #496

Merged
merged 13 commits into from
Oct 24, 2023
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ RUN curl -fsSL https://packages.microsoft.com/config/debian/10/packages-microsof
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal -y \
&& cargo --version \
&& cargo install cargo-hack \
&& gem install cocoapods --no-document \
&& cargo install cocoapods -v 1.13.0 \
# temporary workaround for cocoapod crash
philipphofmann marked this conversation as resolved.
Show resolved Hide resolved
&& cargo install activesupport -v 7.0.8 \
&& cardo uninstall activesupport -v 7.1.1 \
# Install https://github.com/getsentry/symbol-collector
&& symbol_collector_url=$(curl -s https://api.github.com/repos/getsentry/symbol-collector/releases/tags/1.12.0 | \
jq -r '.assets[].browser_download_url | select(endswith("symbolcollector-console-linux-x64.zip"))') \
Expand Down
Loading