Skip to content

Commit

Permalink
ci: clean up (#1220)
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <[email protected]>
  • Loading branch information
abiosoft authored Dec 16, 2024
1 parent 5d6937a commit 96598cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 115 deletions.
34 changes: 0 additions & 34 deletions .github/hack/brew-install-version.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"

- name: Build
run: go build -v ./...
Expand Down
85 changes: 5 additions & 80 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,8 @@ jobs:
with:
go-version: "1.23"

- name: Fetch homebrew-core commit messages
uses: actions/checkout@v4
with:
# needed by ./hack/brew-install-version.sh
repository: homebrew/homebrew-core
path: homebrew-core
fetch-depth: 0
filter: tree:0

- name: Install CLI deps
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite [email protected] kubectl docker coreutils lima
./.github/hack/brew-install-version.sh qemu 8.2.1
run: brew install kubectl docker coreutils lima

- name: Build and Install
run: make && sudo make install
Expand Down Expand Up @@ -82,23 +67,8 @@ jobs:
with:
go-version: "1.23"

- name: Fetch homebrew-core commit messages
uses: actions/checkout@v4
with:
# needed by ./hack/brew-install-version.sh
repository: homebrew/homebrew-core
path: homebrew-core
fetch-depth: 0
filter: tree:0

- name: Install CLI deps
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite [email protected] kubectl docker coreutils lima
./.github/hack/brew-install-version.sh qemu 8.2.1
run: brew install kubectl docker coreutils lima

- name: Build and Install
run: make && sudo make install
Expand Down Expand Up @@ -132,23 +102,8 @@ jobs:
with:
go-version: "1.23"

- name: Fetch homebrew-core commit messages
uses: actions/checkout@v4
with:
# needed by ./hack/brew-install-version.sh
repository: homebrew/homebrew-core
path: homebrew-core
fetch-depth: 0
filter: tree:0

- name: Install CLI deps
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite [email protected] kubectl docker coreutils lima
./.github/hack/brew-install-version.sh qemu 8.2.1
run: brew install kubectl docker coreutils lima

- name: Build and Install
run: make && sudo make install
Expand Down Expand Up @@ -191,23 +146,8 @@ jobs:
with:
go-version: "1.23"

- name: Fetch homebrew-core commit messages
uses: actions/checkout@v4
with:
# needed by ./hack/brew-install-version.sh
repository: homebrew/homebrew-core
path: homebrew-core
fetch-depth: 0
filter: tree:0

- name: Install CLI deps
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite [email protected] kubectl docker coreutils lima
./.github/hack/brew-install-version.sh qemu 8.2.1
run: brew install kubectl docker coreutils lima

- name: Build and Install
run: make && sudo make install
Expand Down Expand Up @@ -250,23 +190,8 @@ jobs:
with:
go-version: "1.23"

- name: Fetch homebrew-core commit messages
uses: actions/checkout@v4
with:
# needed by ./hack/brew-install-version.sh
repository: homebrew/homebrew-core
path: homebrew-core
fetch-depth: 0
filter: tree:0

- name: Install CLI deps
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite [email protected] kubectl docker coreutils lima incus
./.github/hack/brew-install-version.sh qemu 8.2.1
run: brew install kubectl docker coreutils lima incus

- name: Build and Install
run: make && sudo make install
Expand Down

0 comments on commit 96598cc

Please sign in to comment.