diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-11-02 11:14:05 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-11-02 11:14:05 -0700 |
| commit | a46f33ce48ded88589926e48fee19eca34dcc6ee (patch) | |
| tree | d2e34f2cd06b2040ade4709bf522bfb4e848cfde /library/compiler-builtins/ci/run.sh | |
| parent | 4fc3de624a1c83e0f0bc818f9fd9753834a73d03 (diff) | |
| download | rust-a46f33ce48ded88589926e48fee19eca34dcc6ee.tar.gz rust-a46f33ce48ded88589926e48fee19eca34dcc6ee.zip | |
Work around OSX on Travis
Diffstat (limited to 'library/compiler-builtins/ci/run.sh')
| -rwxr-xr-x | library/compiler-builtins/ci/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/compiler-builtins/ci/run.sh b/library/compiler-builtins/ci/run.sh index 9a32ee9ea64..95dcdfda959 100755 --- a/library/compiler-builtins/ci/run.sh +++ b/library/compiler-builtins/ci/run.sh @@ -65,6 +65,7 @@ case "$TRAVIS_OS_NAME" in # NOTE OSx's nm doesn't accept the `--defined-only` or provide an equivalent. # Use GNU nm instead NM=gnm + brew update brew install binutils ;; *) |
