We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d1685 commit 2e70b67Copy full SHA for 2e70b67
scripts/ios/azure_ios_build_psv.sh
@@ -18,8 +18,9 @@
18
# License-Filename: LICENSE
19
20
# Getting rid of boost installed to the CI image (not clear when it appeared)
21
-# asciidoc and source-highlight are using it so dependencies are ignored
22
-brew uninstall --ignore-dependencies boost
+# asciidoc and source-highlight are using it so dependencies are ignored.
+# Sometimes there is no boost and there is no need to fail in this case.
23
+brew uninstall --ignore-dependencies boost || true
24
25
# Due to some bug which is cmake cannot detect compiler while called
26
# from cmake itself when project is compiled with XCode 12.4 we must
0 commit comments