Skip to content

Commit 2da5d40

Browse files
committed
Use nm on OSX
Looks like it may be fixed now?
1 parent d74c506 commit 2da5d40

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

ci/run.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,7 @@ case $1 in
6464
;;
6565
esac
6666

67-
case "$TRAVIS_OS_NAME" in
68-
osx)
69-
# NOTE OSx's nm doesn't accept the `--defined-only` or provide an equivalent.
70-
# Use GNU nm instead
71-
NM=gnm
72-
brew update
73-
brew install binutils
74-
;;
75-
*)
76-
NM=nm
77-
;;
78-
esac
67+
NM=nm
7968

8069
if [ -d /target ]; then
8170
path=/target/${1}/debug/deps/libcompiler_builtins-*.rlib

0 commit comments

Comments
 (0)