File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ case "$OS" in
202
202
CFLAGS=" $CFLAGS -Wno-unknown-pragmas"
203
203
export DYLD_LIBRARY_PATH=" .libs:src/libbson/.libs:$LD_LIBRARY_PATH "
204
204
# llvm-cov is installed from brew
205
- export PATH=$PATH : /usr/local/opt/llvm/bin
205
+ export PATH=/usr/local/opt/llvm/bin: $PATH
206
206
;;
207
207
208
208
linux)
Original file line number Diff line number Diff line change @@ -6799,11 +6799,11 @@ buildvariants:
6799
6799
# We don't have i386 builds of OpenSSL or Cyrus SASL installed
6800
6800
6801
6801
- name : darwin
6802
- display_name : " *Darwin, macOS (Apple LLVM)"
6802
+ display_name : " *Darwin, OS X (Apple LLVM)"
6803
6803
expansions :
6804
6804
CC : " clang"
6805
6805
run_on :
6806
- - macos-1012
6806
+ - osx-1010
6807
6807
tasks :
6808
6808
- " debug-compile-coverage"
6809
6809
- " release-compile"
You can’t perform that action at this time.
0 commit comments