Use fetch-depth 100 for Racket checkouts (#2920)

This speeds up things considerably. No gain to be had for smaller depths. 

Thanks to @samth for the benchmarks.
This commit is contained in:
Paulo Matos 2019-11-20 23:19:04 +01:00 committed by GitHub
parent 6e63f6a99f
commit e9670895a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 100
- name: Setup OS specific configure args
if: runner.os == 'macOS'
run: echo "::set-env name=RACKET_EXTRA_CONFIGURE_ARGS::--enable-macprefix $RACKET_EXTRA_CONFIGURE_ARGS"
@ -77,6 +79,8 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 100
- name: Setup OS specific configure args
if: runner.os == 'macOS'
run: echo "::set-env name=RACKET_EXTRA_CONFIGURE_ARGS::--enable-macprefix $RACKET_EXTRA_CONFIGURE_ARGS"
@ -138,6 +142,8 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 100
- name: Setup OS specific configure args
if: runner.os == 'macOS'
run: echo "::set-env name=RACKET_EXTRA_CONFIGURE_ARGS::--enable-macprefix $RACKET_EXTRA_CONFIGURE_ARGS"