File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments