Skip to content

Commit

Permalink
chore(ci): remove 'unset HOMEBREW_NO_INSTALL_FROM_API' line (#21787)
Browse files Browse the repository at this point in the history
* chore(ci): remove HOMEBREW_NO_INSTALL_FROM_API

* add missing perms
  • Loading branch information
pront authored Nov 13, 2024
1 parent 9fa3516 commit b32ea2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master_merge_queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
merge_group:
types: [checks_requested]

permissions:
statuses: write

concurrency:
# `github.ref` is unique for MQ runs and PRs
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
with:
ref: ${{ inputs.git_ref }}
- name: Bootstrap runner environment (macOS-specific)
run: bash scripts/environment/bootstrap-macos-10.sh
run: bash scripts/environment/bootstrap-macos.sh
- name: Build Vector
env:
TARGET: "x86_64-apple-darwin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-
- run: bash scripts/environment/bootstrap-macos-10.sh
- run: bash scripts/environment/bootstrap-macos.sh
- run: bash scripts/environment/prepare.sh
- run: echo "::add-matcher::.github/matchers/rust.json"
- run: make test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#! /usr/bin/env bash
set -e -o verbose

# https://github.com/Homebrew/homebrew-cask/issues/150323
unset HOMEBREW_NO_INSTALL_FROM_API

brew update

# `brew install` attempts to upgrade python as a dependency but fails
Expand Down

0 comments on commit b32ea2f

Please sign in to comment.