Skip to content

Commit

Permalink
ci: bump Racket to 8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Jun 13, 2024
1 parent dd373f3 commit 0a642b7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: '8.12'
version: '8.13'
- name: Install Noise
run: |
env GIT_LFS_SKIP_SMUDGE=1 \
git clone \
--depth 1 \
--branch racket-8.12 \
--branch racket-8.13 \
https://github.com/Bogdanp/Noise Noise
raco pkg install -D --batch --auto Noise/Racket/noise-serde-lib/
- name: Prepare secrets
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
architecture: ${{ matrix.arch }}
distribution: 'full'
variant: 'CS'
version: '8.12'
version: '8.13'
packages: http-easy-lib
- name: Clone Noise
run: |
mkdir ../../sandbox
env GIT_LFS_SKIP_SMUDGE=1 \
git clone --depth 1 --branch racket-8.12 https://github.com/Bogdanp/Noise ../../sandbox/Noise
git clone --depth 1 --branch racket-8.13 https://github.com/Bogdanp/Noise ../../sandbox/Noise
raco pkg install -D --batch --auto ../../sandbox/noise/Racket/noise-serde-lib/
- name: Prepare secrets
run: |
Expand Down Expand Up @@ -74,12 +74,12 @@ jobs:
architecture: 'arm64'
distribution: 'full'
variant: 'CS'
version: '8.12'
version: '8.13'
packages: http-easy-lib
- name: Install Noise
run: |
mkdir ../../sandbox
git clone --depth 1 --branch racket-8.12 https://github.com/Bogdanp/Noise ../../sandbox/Noise
git clone --depth 1 --branch racket-8.13 https://github.com/Bogdanp/Noise ../../sandbox/Noise
raco pkg install -D --batch --auto ../../sandbox/noise/Racket/noise-serde-lib/
pushd ../../sandbox/Noise
make
Expand Down Expand Up @@ -168,12 +168,12 @@ jobs:
architecture: 'arm64'
distribution: 'full'
variant: 'CS'
version: '8.12'
version: '8.13'
packages: http-easy-lib
- name: Install Noise
run: |
mkdir ../../sandbox
git clone --depth 1 --branch racket-8.12 https://github.com/Bogdanp/Noise ../../sandbox/Noise
git clone --depth 1 --branch racket-8.13 https://github.com/Bogdanp/Noise ../../sandbox/Noise
raco pkg install -D --batch --auto ../../sandbox/noise/Racket/noise-serde-lib/
pushd ../../sandbox/Noise
make
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: '8.12'
version: '8.13'
- name: Install Noise
run: |
$Env:GIT_LFS_SKIP_SMUDGE = 1
git clone --depth 1 --branch racket-8.12 https://github.com/Bogdanp/Noise Noise
git clone --depth 1 --branch racket-8.13 https://github.com/Bogdanp/Noise Noise
raco pkg install -D --batch --auto Noise/Racket/noise-serde-lib/
- name: Prepare secrets
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: '8.12'
version: '8.13'
- name: Install Noise
run: |
env GIT_LFS_SKIP_SMUDGE=1 \
git clone \
--depth 1 \
--branch racket-8.12 \
--branch racket-8.13 \
https://github.com/Bogdanp/Noise Noise
raco pkg install -D --batch --auto Noise/Racket/noise-serde-lib/
- name: Prepare secrets
Expand Down

0 comments on commit 0a642b7

Please sign in to comment.