Skip to content

Commit bd5f8a6

Browse files
committed
fix: remove duplicate sshpass install in Cirrus CI
Only install from hudochenkov/sshpass tap to avoid linking conflict with the core sshpass formula.
1 parent 59f910e commit bd5f8a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ release_validation_task:
2020
image: ghcr.io/cirruslabs/macos-sequoia-base:latest
2121
install_deps_script:
2222
- eval "$(/opt/homebrew/bin/brew shellenv)"
23-
- brew install go sshpass hudochenkov/sshpass/sshpass cirruslabs/cli/tart
23+
- brew install go hudochenkov/sshpass/sshpass cirruslabs/cli/tart
2424
build_script:
2525
- eval "$(/opt/homebrew/bin/brew shellenv)"
2626
- make build
@@ -42,7 +42,7 @@ full_journey_task:
4242
image: ghcr.io/cirruslabs/macos-sequoia-base:latest
4343
install_deps_script:
4444
- eval "$(/opt/homebrew/bin/brew shellenv)"
45-
- brew install go sshpass hudochenkov/sshpass/sshpass cirruslabs/cli/tart
45+
- brew install go hudochenkov/sshpass/sshpass cirruslabs/cli/tart
4646
build_script:
4747
- eval "$(/opt/homebrew/bin/brew shellenv)"
4848
- make build
@@ -58,7 +58,7 @@ full_edge_cases_task:
5858
image: ghcr.io/cirruslabs/macos-sequoia-base:latest
5959
install_deps_script:
6060
- eval "$(/opt/homebrew/bin/brew shellenv)"
61-
- brew install go sshpass hudochenkov/sshpass/sshpass cirruslabs/cli/tart
61+
- brew install go hudochenkov/sshpass/sshpass cirruslabs/cli/tart
6262
build_script:
6363
- eval "$(/opt/homebrew/bin/brew shellenv)"
6464
- make build
@@ -74,7 +74,7 @@ full_commands_task:
7474
image: ghcr.io/cirruslabs/macos-sequoia-base:latest
7575
install_deps_script:
7676
- eval "$(/opt/homebrew/bin/brew shellenv)"
77-
- brew install go sshpass hudochenkov/sshpass/sshpass cirruslabs/cli/tart
77+
- brew install go hudochenkov/sshpass/sshpass cirruslabs/cli/tart
7878
build_script:
7979
- eval "$(/opt/homebrew/bin/brew shellenv)"
8080
- make build

0 commit comments

Comments
 (0)