Skip to content

Commit 93091d3

Browse files
committed
Skip building against libmongoc master
1 parent 0464c55 commit 93091d3

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

.evergreen/config/generated/build/build-libmongoc.yml

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.evergreen/config/templates/build/build-libmongoc.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
LIBMONGOC_VERSION: "r1.28"
2323
- func: "upload build"
2424

25-
- name: "build-php-%phpVersion%-libmongoc-latest"
26-
tags: ["build-libmongoc", "php%phpVersion%"]
27-
commands:
28-
- func: "compile driver"
29-
vars:
30-
PHP_VERSION: "%phpVersion%"
31-
LIBMONGOC_VERSION: "master"
32-
- func: "upload build"
25+
# TODO: this currently fails as libmongoc master needs changes to build directories
26+
# We can re-enable this after switching to 1.29-dev
27+
# - name: "build-php-%phpVersion%-libmongoc-latest"
28+
# tags: ["build-libmongoc", "php%phpVersion%"]
29+
# commands:
30+
# - func: "compile driver"
31+
# vars:
32+
# PHP_VERSION: "%phpVersion%"
33+
# LIBMONGOC_VERSION: "master"
34+
# - func: "upload build"

0 commit comments

Comments
 (0)