If CI is running on release branch, use Chez release (#3303)
This commit is contained in:
parent
f477ed289c
commit
5daba1fbb1
5
.github/workflows/ci-push_linux.yml
vendored
5
.github/workflows/ci-push_linux.yml
vendored
|
@ -165,7 +165,12 @@ jobs:
|
||||||
- name: Untar
|
- name: Untar
|
||||||
working-directory: /usr/local
|
working-directory: /usr/local
|
||||||
run: tar -xvjf /tmp/racketcgc-debian10-nocify-x64_git${{ github.sha}}.tar.bz2
|
run: tar -xvjf /tmp/racketcgc-debian10-nocify-x64_git${{ github.sha}}.tar.bz2
|
||||||
|
- name: Checking out ChezScheme Release
|
||||||
|
if: github.ref == 'refs/heads/release'
|
||||||
|
working-directory: ./racket/src
|
||||||
|
run: git clone --single-branch --branch release --depth=1 --recurse-submodules -j3 https://github.com/racket/ChezScheme
|
||||||
- name: Checking out ChezScheme
|
- name: Checking out ChezScheme
|
||||||
|
if: github.ref != 'refs/heads/release'
|
||||||
working-directory: ./racket/src
|
working-directory: ./racket/src
|
||||||
run: git clone --depth=1 --recurse-submodules -j3 https://github.com/racket/ChezScheme
|
run: git clone --depth=1 --recurse-submodules -j3 https://github.com/racket/ChezScheme
|
||||||
- name: Configuring Racket CS
|
- name: Configuring Racket CS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user