Commit 2102093 1 parent 0e7478e commit 2102093 Copy full SHA for 2102093
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ functions:
118
118
# If this was a patch build, doing a fresh clone would not actually test the patch
119
119
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
120
120
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 checkout DRIVERS-3032-fix-no-crypt-shared
122
123
fi
123
124
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
124
125
Original file line number Diff line number Diff line change 67
67
python-version : ' 3.13'
68
68
69
69
- 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
71
71
with :
72
72
version : ${{ matrix.mongodb-version }}
73
73
topology : ${{ matrix.topology }}
You can’t perform that action at this time.
0 commit comments