Skip to content

Commit

Permalink
[#591] Test
Browse files Browse the repository at this point in the history
  • Loading branch information
PruStephan committed Jul 21, 2023
1 parent 6fd25da commit f344be5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/build-bigsur-bottles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build homebrew bottles
on: push
jobs:
build-bottles:
name: Install and test binaries
runs-on: [self-hosted, Linux, X64, nix]
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Build big_sur
run: nix develop .#autorelease-macos -c ./scripts/build-all-bottles.sh "big_sur"

- name: Build arm64_big_sur
run: nix develop .#autorelease-macos -c ./scripts/build-all-bottles.sh "arm64_big_sur"


2 changes: 1 addition & 1 deletion Formula/tezos-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev libffi tezos-sapling-params]
dependencies = %w[gmp hidapi libev tezos-sapling-params]
dependencies.each do |dependency|
depends_on dependency
end
Expand Down

0 comments on commit f344be5

Please sign in to comment.