Skip to content

Commit f22c88e

Browse files
committed
1 parent 0e7478e commit f22c88e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.evergreen/config/functions.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ functions:
118118
# If this was a patch build, doing a fresh clone would not actually test the patch
119119
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
120120
else
121-
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git --depth 1 $DRIVERS_TOOLS
121+
git clone https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS
122+
git -C $DRIVERS_TOOLS checkout DRIVERS-3032-fix-no-crypt-shared
122123
fi
123124
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
124125

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python-version: '3.13'
6868

6969
- id: setup-mongodb
70-
uses: blink1073/drivers-evergreen-tools@fix-DRIVERS-3032-uri-txt
70+
uses: blink1073/drivers-evergreen-tools@DRIVERS-3032-fix-no-crypt-shared
7171
with:
7272
version: ${{ matrix.mongodb-version }}
7373
topology: ${{ matrix.topology }}

0 commit comments

Comments
 (0)