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:
parent
6e63f6a99f
commit
e9670895a8
6
.github/workflows/ci-push.yml
vendored
6
.github/workflows/ci-push.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user