Skip to content

Commit f210101

Browse files
committed
Merge branch 'evergreen-fix' into CDRIVER-2037-static-pkg
* evergreen-fix: CDRIVER-2074 Fix static linking evergreen matrix to fail on error
2 parents 80c91b9 + 5a6003c commit f210101

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ tasks:
704704
params:
705705
working_dir: "mongoc"
706706
script: |
707+
set -o errexit
707708
# Build libmongoc with the Autotools or CMake and compile a program
708709
# that links dynamically or statically to libmongoc, using
709710
# variables from CMake's find_package command.
@@ -727,6 +728,7 @@ tasks:
727728
params:
728729
working_dir: "mongoc"
729730
script: |
731+
set -o errexit
730732
# Build libmongoc with the Autotools or CMake and compile a program
731733
# that links dynamically or statically to libmongoc, using
732734
# variables from CMake's find_package command.
@@ -750,6 +752,7 @@ tasks:
750752
params:
751753
working_dir: "mongoc"
752754
script: |
755+
set -o errexit
753756
# Build libmongoc with CMake (not Autotools) and compile a program
754757
# that links dynamically or statically to it, using variables from
755758
# CMake's find_package command.
@@ -770,6 +773,7 @@ tasks:
770773
params:
771774
working_dir: "mongoc"
772775
script: |
776+
set -o errexit
773777
# Build libmongoc with CMake (not Autotools) and compile a program
774778
# that links dynamically or statically to it, using variables from
775779
# CMake's find_package command.
@@ -790,6 +794,7 @@ tasks:
790794
params:
791795
working_dir: "mongoc"
792796
script: |
797+
set -o errexit
793798
# Build libmongoc with the Autotools or CMake and compile a program
794799
# that links dynamically or statically to libmongoc, using
795800
# variables from "pkg-config".
@@ -813,6 +818,7 @@ tasks:
813818
params:
814819
working_dir: "mongoc"
815820
script: |
821+
set -o errexit
816822
# Build libmongoc with the Autotools or CMake and compile a program
817823
# that links dynamically or statically to libmongoc, using
818824
# variables from "pkg-config".

0 commit comments

Comments
 (0)