From 43d6a10ecea45cc89982a5e2ce286758d0bb5c52 Mon Sep 17 00:00:00 2001 From: xxchan Date: Thu, 12 Oct 2023 10:42:57 +0800 Subject: [PATCH] ..... --- .github/workflows/tests.yml | 2 +- Formula/risingwave.rb | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6205b99..be03be3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: - run: brew test-bot --only-tap-syntax - - run: brew test-bot --only-formulae + - run: brew test-bot --only-formulae --fail-fast if: github.event_name == 'pull_request' env: HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }} # required diff --git a/Formula/risingwave.rb b/Formula/risingwave.rb index 482d3c9..09c8913 100644 --- a/Formula/risingwave.rb +++ b/Formula/risingwave.rb @@ -13,8 +13,6 @@ class Risingwave < Formula depends_on "openssl@3" depends_on "xz" - env :std - def install # this will install the necessary cargo/rustup toolchain bits in HOMEBREW_CACHE system "#{Formula["rustup-init"].bin}/rustup-init", @@ -22,8 +20,6 @@ def install "--default-toolchain", "none" ENV.prepend_path "PATH", HOMEBREW_CACHE/"cargo_cache/bin" - ENV.cxx11 - ENV.delete "RUSTFLAGS" # https://github.com/Homebrew/brew/pull/15544#issuecomment-1628639703 ENV.append "RUSTFLAGS", "" system "cargo", "install",