Skip to content

Commit f5e6cb5

Browse files
Getting rid of boost installed in the CI image (#1467)
An attempt to pass CI failed because of boost installed on the node. Relates-To: OLPEDGE-2852 Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
1 parent 6f9d80e commit f5e6cb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/ios/azure_ios_build_psv.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
# SPDX-License-Identifier: Apache-2.0
1818
# License-Filename: LICENSE
1919

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
23+
2024
# Due to some bug which is cmake cannot detect compiler while called
2125
# from cmake itself when project is compiled with XCode 12.4 we must
2226
# switch to old XCode as a workaround.

0 commit comments

Comments
 (0)