Compare commits
No commits in common. "main" and "wash-0.29.2" have entirely different histories.
main
...
wash-0.29.
|
@ -1,2 +0,0 @@
|
|||
# wasmCloud CI maintainers
|
||||
* @wasmCloud/ci-maintainers
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-13]
|
||||
os: [ubuntu-22.04, macos-12]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Set up Homebrew
|
||||
|
@ -20,7 +20,7 @@ jobs:
|
|||
|
||||
- name: Cache Homebrew Bundler RubyGems
|
||||
id: cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
|
||||
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
|
||||
|
@ -36,12 +36,12 @@ jobs:
|
|||
|
||||
- run: brew test-bot --only-tap-syntax
|
||||
|
||||
- run: brew test-bot --only-formulae --skip-checksum-only-audit
|
||||
- run: brew test-bot --only-formulae
|
||||
if: github.event_name == 'pull_request'
|
||||
|
||||
- name: Upload bottles as artifact
|
||||
if: always() && github.event_name == 'pull_request'
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: "bottles_${{ matrix.os }}"
|
||||
name: bottles
|
||||
path: "*.bottle.*"
|
||||
|
|
|
@ -6,12 +6,12 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
tag_prefix:
|
||||
description: 'Prefix for the release tag to pull from (i.e. wash)'
|
||||
default: 'wash'
|
||||
description: "Prefix for the release tag to pull from (i.e. wash-cli)"
|
||||
default: "wash-cli"
|
||||
required: false
|
||||
type: string
|
||||
tag_version:
|
||||
description: 'Tag to pull'
|
||||
description: "Tag to pull"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
# This is needed by Goreleaser to build the placeholder Go binary.
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.21
|
||||
|
||||
|
|
|
@ -5,27 +5,26 @@
|
|||
class Wash < Formula
|
||||
desc "WAsmcloud SHell - a comprehensive command-line tool for wasmCloud development"
|
||||
homepage "https://wasmcloud.com/"
|
||||
version "0.42.0"
|
||||
version "0.29.1"
|
||||
license "Apache-2.0"
|
||||
|
||||
bottle do
|
||||
root_url "https://github.com/wasmCloud/homebrew-wasmcloud/releases/download/wash-0.42.0"
|
||||
sha256 cellar: :any_skip_relocation, ventura: "d8287b7fc6d37c2b51d09d7b4ed8378453cb3ac8e4664ed4fc425f3d6c66e9e1"
|
||||
sha256 cellar: :any_skip_relocation, x86_64_linux: "4618a6f060b64c3c8b284ff5c05f1dc7a363f32c23ab6f2d84f0702ee63b7ddb"
|
||||
root_url "https://github.com/wasmCloud/homebrew-wasmcloud/releases/download/wash-0.29.1"
|
||||
sha256 cellar: :any_skip_relocation, monterey: "76d8f7dc98cc3af3f2cdefd401dac6faffdf36ba9e20ce25d84fc9259066697b"
|
||||
end
|
||||
|
||||
on_macos do
|
||||
on_intel do
|
||||
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-x86_64-apple-darwin"
|
||||
sha256 "7fdb4f898035e91940ab442cce9f6bc2380d8aecee6e75c0e988e095c3f51c9f"
|
||||
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.29.1/wash-x86_64-apple-darwin"
|
||||
sha256 "0dcd8d7ea1974acf56e2afc303e89b16dff5e4edc1855130657e1142e62f8eae"
|
||||
|
||||
def install
|
||||
bin.install "wash-x86_64-apple-darwin" => "wash"
|
||||
end
|
||||
end
|
||||
on_arm do
|
||||
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-aarch64-apple-darwin"
|
||||
sha256 "ab9183194dd29d6eba77692bc017cbc2ea9108b734ddc19d51e74d8bf556aeec"
|
||||
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.29.1/wash-aarch64-apple-darwin"
|
||||
sha256 "18a096f60c499a30412dfb091669f20d238b6c0663ae0f01950fb0c7117b73bc"
|
||||
|
||||
def install
|
||||
bin.install "wash-aarch64-apple-darwin" => "wash"
|
||||
|
@ -36,8 +35,8 @@ class Wash < Formula
|
|||
on_linux do
|
||||
on_intel do
|
||||
if Hardware::CPU.is_64_bit?
|
||||
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-x86_64-unknown-linux-musl"
|
||||
sha256 "23e44f345ae314549ba04123b86eb63fc37c1026f43b8c08a7c9b618a80cba5c"
|
||||
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.29.1/wash-x86_64-unknown-linux-musl"
|
||||
sha256 "a9429b4f3449c9e053aee8bcab1e8835b53a58653cfcd856f78e6b5f0bb762f0"
|
||||
|
||||
def install
|
||||
bin.install "wash-x86_64-unknown-linux-musl" => "wash"
|
||||
|
@ -46,8 +45,8 @@ class Wash < Formula
|
|||
end
|
||||
on_arm do
|
||||
if Hardware::CPU.is_64_bit?
|
||||
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-aarch64-unknown-linux-musl"
|
||||
sha256 "058d59cd5f181ada6de763e82ab935e1ae0db943b6df607cef3cdb647d175029"
|
||||
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.29.1/wash-aarch64-unknown-linux-musl"
|
||||
sha256 "b565e05fbed8d459ebc7b30e502f85bcea41d1e6478784dd595d692891a7479d"
|
||||
|
||||
def install
|
||||
bin.install "wash-aarch64-unknown-linux-musl" => "wash"
|
||||
|
|
Loading…
Reference in New Issue