Skip to content

Commit 8605a48

Browse files
committed
iox-#2011 Fix macOS build
1 parent ebdf387 commit 8605a48

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tools/ci/build-test-macos-with-sanitizers.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,7 @@ $(clang --version)"
3131

3232
msg "building and installing dependencies"
3333
# tinfo library which is required by iceoryx_introspection isn't available in mac
34-
brew install ncurses wget
35-
mkdir -p bison_build
36-
cd bison_build
37-
wget https://ftp.gnu.org/gnu/bison/bison-3.5.1.tar.gz
38-
tar -xvf bison-3.5.1.tar.gz
39-
cd bison-3.5.1
40-
./configure
41-
make
42-
sudo make install
34+
brew install ncurses
4335
cd "${WORKSPACE}"
4436

4537
msg "building sources"

0 commit comments

Comments
 (0)