Skip to content

Commit

Permalink
ci: bump Racket to 8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Nov 15, 2023
1 parent 7e99e3a commit 1807738
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 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.10'
version: '8.11'
- name: Install Noise
run: |
env GIT_LFS_SKIP_SMUDGE=1 \
git clone \
--depth 1 \
--branch racket-8.10 \
--branch racket-8.11 \
https://github.com/Bogdanp/Noise Noise
raco pkg install -D --batch --auto Noise/Racket/noise-serde-lib/
- name: Prepare secrets
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: '8.10'
version: '8.11'
packages: raco-cross-lib
- name: Clone Noise
run: |
mkdir ../../sandbox
env GIT_LFS_SKIP_SMUDGE=1 \
git clone --depth 1 --branch racket-8.10 https://github.com/Bogdanp/Noise ../../sandbox/Noise
git clone --depth 1 --branch racket-8.11 https://github.com/Bogdanp/Noise ../../sandbox/Noise
- name: Prepare secrets
run: |
echo -n "$LICENSE_SECRET" | base64 --decode -o core/secrets/license-secret.txt
Expand All @@ -36,15 +36,15 @@ jobs:
run: |
raco cross \
--target aarch64-macosx \
--version 8.10 \
--version 8.11 \
-- pkg install -D --batch --auto ../../sandbox/Noise/Racket/noise-serde-lib/
raco cross \
--target aarch64-macosx \
--version 8.10 \
--version 8.11 \
-- pkg install -D --batch --auto --name franz core/
raco cross \
--target aarch64-macosx \
--version 8.10 \
--version 8.11 \
-- \
ctool \
++lang lua \
Expand Down Expand Up @@ -73,13 +73,13 @@ jobs:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: '8.10'
version: '8.11'
packages: http-easy-lib
- name: Build Noise
run: |
mkdir ../../sandbox
env GIT_LFS_SKIP_SMUDGE=1 \
git clone --depth 1 --branch racket-8.10 https://github.com/Bogdanp/Noise ../../sandbox/Noise
git clone --depth 1 --branch racket-8.11 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 @@ -120,12 +120,12 @@ jobs:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: '8.10'
version: '8.11'
packages: http-easy-lib
- name: Install Noise
run: |
mkdir ../../sandbox
git clone --depth 1 --branch racket-8.10 https://github.com/Bogdanp/Noise ../../sandbox/Noise
git clone --depth 1 --branch racket-8.11 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 @@ -216,12 +216,12 @@ jobs:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: '8.10'
version: '8.11'
packages: http-easy-lib
- name: Install Noise
run: |
mkdir ../../sandbox
git clone --depth 1 --branch racket-8.10 https://github.com/Bogdanp/Noise ../../sandbox/Noise
git clone --depth 1 --branch racket-8.11 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.10'
version: '8.11'
- name: Install Noise
run: |
$Env:GIT_LFS_SKIP_SMUDGE = 1
git clone --depth 1 --branch racket-8.10 https://github.com/Bogdanp/Noise Noise
git clone --depth 1 --branch racket-8.11 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.10'
version: '8.11'
- name: Install Noise
run: |
env GIT_LFS_SKIP_SMUDGE=1 \
git clone \
--depth 1 \
--branch racket-8.10 \
--branch racket-8.11 \
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 1807738

Please sign in to comment.