summaryrefslogtreecommitdiff
path: root/evergreen/do_jepsen_setup/build_libfaketime.sh
diff options
context:
space:
mode:
Diffstat (limited to 'evergreen/do_jepsen_setup/build_libfaketime.sh')
-rwxr-xr-xevergreen/do_jepsen_setup/build_libfaketime.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/evergreen/do_jepsen_setup/build_libfaketime.sh b/evergreen/do_jepsen_setup/build_libfaketime.sh
index fdba0af2f4d..a488ced84a8 100755
--- a/evergreen/do_jepsen_setup/build_libfaketime.sh
+++ b/evergreen/do_jepsen_setup/build_libfaketime.sh
@@ -6,7 +6,8 @@ cd src
# Additionally, a version of libfaketime containing the changes mentioned in SERVER-29336
# is required to avoid needing to use libfaketimeMT.so.1 and serializing all calls to
# fake_clock_gettime() with a mutex.
-git clone --branch=for-jepsen --depth=1 git@github.com:10gen/libfaketime.git
+
+git clone --branch=for-jepsen --depth=1 https://x-access-token:${github_token}@github.com/10gen/libfaketime.git
cd libfaketime
branch=$(git symbolic-ref --short HEAD)
commit=$(git show -s --pretty=format:"%h - %an, %ar: %s")