Skip to content

Commit d529aca

Browse files
committed
Add note about libmongoc build tasks in contributing guide
1 parent acf1eb7 commit d529aca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,10 @@ AC_MSG_ERROR(system libmongoc must be upgraded to version >= 1.20.0)
253253
#### Update tested versions in Evergreen configuration
254254

255255
Evergreen tests against multiple versions of libmongoc. When updating to a newer
256-
libmongoc version, make sure to update the `libmongoc-version` build axis in
257-
`.evergreen/config.yml`. In general, we test against two additional versions of
258-
libmongoc:
256+
libmongoc version, make sure to update the libmongoc build tasks in `.evergreen/config/templates/build/build-libmongoc.yml`
257+
and regenerate the build configuration. The template file contains additional
258+
information about the build tasks and where they are used. In general, we test
259+
against two additional versions of libmongoc:
259260

260261
- The upcoming patch release of the current libmongoc minor version (e.g. the
261262
`r1.x` branch)

0 commit comments

Comments
 (0)