From 120fdfc23ad41bd3a030bf84956ff11e56c6905b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 9 May 2023 15:53:35 +0200 Subject: [PATCH] Update previous Crystal release - 1.8.2 --- .circleci/config.yml | 2 +- .github/workflows/interpreter.yml | 6 +++--- .github/workflows/linux.yml | 2 +- .github/workflows/llvm.yml | 2 +- .github/workflows/openssl.yml | 6 +++--- .github/workflows/regex-engine.yml | 4 ++-- .github/workflows/wasm32.yml | 2 +- .github/workflows/win.yml | 2 +- bin/ci | 6 +++--- shell.nix | 12 ++++++------ 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b8caa7d14367..303c21992438 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ parameters: previous_crystal_base_url: description: "Prefix for URLs to Crystal bootstrap compiler" type: string - default: "https://github.com/crystal-lang/crystal/releases/download/1.8.1/crystal-1.8.1-1" + default: "https://github.com/crystal-lang/crystal/releases/download/1.8.2/crystal-1.8.2-1" defaults: environment: &env diff --git a/.github/workflows/interpreter.yml b/.github/workflows/interpreter.yml index 067687c969ad..203cdb8933ed 100644 --- a/.github/workflows/interpreter.yml +++ b/.github/workflows/interpreter.yml @@ -13,7 +13,7 @@ jobs: test-interpreter_spec: runs-on: ubuntu-22.04 container: - image: crystallang/crystal:1.8.1-build + image: crystallang/crystal:1.8.2-build name: "Test Interpreter" steps: - uses: actions/checkout@v3 @@ -24,7 +24,7 @@ jobs: build-interpreter: runs-on: ubuntu-22.04 container: - image: crystallang/crystal:1.8.1-build + image: crystallang/crystal:1.8.2-build name: Build interpreter steps: - uses: actions/checkout@v3 @@ -43,7 +43,7 @@ jobs: needs: build-interpreter runs-on: ubuntu-22.04 container: - image: crystallang/crystal:1.8.1-build + image: crystallang/crystal:1.8.2-build strategy: matrix: part: [0, 1, 2, 3] diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ca052d39a154..5b28a02be318 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -29,7 +29,7 @@ jobs: flags: "FLAGS=-Dwithout_ffi USE_PCRE1=true" - crystal_bootstrap_version: 1.7.3 flags: "" - - crystal_bootstrap_version: 1.8.1 + - crystal_bootstrap_version: 1.8.2 flags: "" steps: - name: Download Crystal source diff --git a/.github/workflows/llvm.yml b/.github/workflows/llvm.yml index e446fc5cbbd7..fdd67b5754e0 100644 --- a/.github/workflows/llvm.yml +++ b/.github/workflows/llvm.yml @@ -43,7 +43,7 @@ jobs: - name: Install Crystal uses: crystal-lang/install-crystal@v1 with: - crystal: "1.8.1" + crystal: "1.8.2" - name: Build libllvm_ext run: make -B deps diff --git a/.github/workflows/openssl.yml b/.github/workflows/openssl.yml index 74f20e4ace9d..b8f637008ff7 100644 --- a/.github/workflows/openssl.yml +++ b/.github/workflows/openssl.yml @@ -10,7 +10,7 @@ jobs: openssl3: runs-on: ubuntu-latest name: "OpenSSL 3.0" - container: crystallang/crystal:1.8.1-alpine + container: crystallang/crystal:1.8.2-alpine steps: - name: Download Crystal source uses: actions/checkout@v3 @@ -27,7 +27,7 @@ jobs: openssl111: runs-on: ubuntu-latest name: "OpenSSL 1.1.1" - container: crystallang/crystal:1.8.1-alpine + container: crystallang/crystal:1.8.2-alpine steps: - name: Download Crystal source uses: actions/checkout@v3 @@ -42,7 +42,7 @@ jobs: libressl34: runs-on: ubuntu-latest name: "LibreSSL 3.4" - container: crystallang/crystal:1.8.1-alpine + container: crystallang/crystal:1.8.2-alpine steps: - name: Download Crystal source uses: actions/checkout@v3 diff --git a/.github/workflows/regex-engine.yml b/.github/workflows/regex-engine.yml index 461706b9f323..c8ba20e26db7 100644 --- a/.github/workflows/regex-engine.yml +++ b/.github/workflows/regex-engine.yml @@ -10,7 +10,7 @@ jobs: pcre: runs-on: ubuntu-latest name: "PCRE" - container: crystallang/crystal:1.8.1-alpine + container: crystallang/crystal:1.8.2-alpine steps: - name: Download Crystal source uses: actions/checkout@v3 @@ -25,7 +25,7 @@ jobs: pcre2: runs-on: ubuntu-latest name: "PCRE2" - container: crystallang/crystal:1.8.1-alpine + container: crystallang/crystal:1.8.2-alpine steps: - name: Download Crystal source uses: actions/checkout@v3 diff --git a/.github/workflows/wasm32.yml b/.github/workflows/wasm32.yml index 884b568a481f..40a792a9b0a1 100644 --- a/.github/workflows/wasm32.yml +++ b/.github/workflows/wasm32.yml @@ -12,7 +12,7 @@ env: jobs: wasm32-test: runs-on: ubuntu-latest - container: crystallang/crystal:1.8.1-build + container: crystallang/crystal:1.8.2-build steps: - name: Download Crystal source uses: actions/checkout@v3 diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 23d6a455200f..fd651dff0d98 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -19,7 +19,7 @@ jobs: - name: Install Crystal uses: crystal-lang/install-crystal@v1 with: - crystal: "1.8.1" + crystal: "1.8.2" - name: Download Crystal source uses: actions/checkout@v3 diff --git a/bin/ci b/bin/ci index 0c53ee6acafe..033331527759 100755 --- a/bin/ci +++ b/bin/ci @@ -135,8 +135,8 @@ format() { prepare_build() { on_linux verify_linux_environment - on_osx curl -L https://github.com/crystal-lang/crystal/releases/download/1.8.1/crystal-1.8.1-1-darwin-universal.tar.gz -o ~/crystal.tar.gz - on_osx 'pushd ~;gunzip -c ~/crystal.tar.gz | tar xopf -;mv crystal-1.8.1-1 crystal;popd' + on_osx curl -L https://github.com/crystal-lang/crystal/releases/download/1.8.2/crystal-1.8.2-1-darwin-universal.tar.gz -o ~/crystal.tar.gz + on_osx 'pushd ~;gunzip -c ~/crystal.tar.gz | tar xopf -;mv crystal-1.8.2-1 crystal;popd' # These commands may take a few minutes to run due to the large size of the repositories. # This restriction has been made on GitHub's request because updating shallow @@ -189,7 +189,7 @@ with_build_env() { on_linux verify_linux_environment - export DOCKER_TEST_PREFIX="${DOCKER_TEST_PREFIX:=crystallang/crystal:1.8.1}" + export DOCKER_TEST_PREFIX="${DOCKER_TEST_PREFIX:=crystallang/crystal:1.8.2}" case $ARCH in x86_64) diff --git a/shell.nix b/shell.nix index 9a7f2898af17..ed0468d2317e 100644 --- a/shell.nix +++ b/shell.nix @@ -52,18 +52,18 @@ let # Hashes obtained using `nix-prefetch-url --unpack ` latestCrystalBinary = genericBinary ({ x86_64-darwin = { - url = "https://github.com/crystal-lang/crystal/releases/download/1.8.1/crystal-1.8.1-1-darwin-universal.tar.gz"; - sha256 = "sha256:0p25mghlrb4q0q6fwm9gksm8giq3dlr49d5kc4h7141pfdj1m9in"; + url = "https://github.com/crystal-lang/crystal/releases/download/1.8.2/crystal-1.8.2-1-darwin-universal.tar.gz"; + sha256 = "sha256:06hj2lcin4sdlmdb42asg677860c9ryca6wm5s6mps2fshbmq933"; }; aarch64-darwin = { - url = "https://github.com/crystal-lang/crystal/releases/download/1.8.1/crystal-1.8.1-1-darwin-universal.tar.gz"; - sha256 = "sha256:0p25mghlrb4q0q6fwm9gksm8giq3dlr49d5kc4h7141pfdj1m9in"; + url = "https://github.com/crystal-lang/crystal/releases/download/1.8.2/crystal-1.8.2-1-darwin-universal.tar.gz"; + sha256 = "sha256:06hj2lcin4sdlmdb42asg677860c9ryca6wm5s6mps2fshbmq933"; }; x86_64-linux = { - url = "https://github.com/crystal-lang/crystal/releases/download/1.8.1/crystal-1.8.1-1-linux-x86_64.tar.gz"; - sha256 = "sha256:0ymd76yj157bydpk05l5vgxg6fsm432rhc98ixrzhcr552x3g6gw"; + url = "https://github.com/crystal-lang/crystal/releases/download/1.8.2/crystal-1.8.2-1-linux-x86_64.tar.gz"; + sha256 = "sha256:16pkvr28n5ba4440apmnflx7i09hap37vv51x763aym34yq1a0xd"; }; }.${pkgs.stdenv.system});