Skip to content

Commit

Permalink
Merge pull request #809 from serokell/rvem/hotfix-brew-formulae
Browse files Browse the repository at this point in the history
[Chore] hotfix PsParisC brew formulae
  • Loading branch information
rvem authored Jun 20, 2024
2 parents 51ec139 + 0fbbec2 commit 05bc442
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline-for-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ steps:

- label: Build Monterey x86_64 bottles
key: build-bottles-monterey-x86_64
if: build.tag =~ /^v.*-1/
if: build.tag =~ /^v.*/
agents:
queue: "x86_64-rosetta-darwin"
commands:
Expand All @@ -133,7 +133,7 @@ steps:

- label: Build Monterey arm64 bottles
key: build-bottles-monterey-arm64
if: build.tag =~ /^v.*-1/
if: build.tag =~ /^v.*/
agents:
queue: "arm64-darwin"
commands:
Expand All @@ -151,7 +151,7 @@ steps:
depends_on:
- "build-bottles-monterey-arm64"
- "build-bottles-monterey-x86_64"
if: build.tag =~ /^v.*-1/
if: build.tag =~ /^v.*/
commands:
- mkdir -p "Monterey"
- nix develop .#buildkite -c gh release download "$BUILDKITE_TAG" -D "Monterey/" -p "*monterey.bottle.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-accuser-PsParisC.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down Expand Up @@ -78,7 +78,7 @@ def install
bin.install "tezos-accuser-PsParisC-start"
make_deps
install_template "src/proto_020_PsParisC/bin_accuser/main_accuser_020_PsParisC.exe",
"_build/default/src/proto_20_PsParisC/bin_accuser/main_accuser_020_PsParisC.exe",
"_build/default/src/proto_020_PsParisC/bin_accuser/main_accuser_020_PsParisC.exe",
"octez-accuser-PsParisC"
end

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-accuser-PtParisB.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-admin-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-baker-PsParisC.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -25,7 +25,7 @@ class << self
desc "Daemon for baking"

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosBakerPtparisb.version}/"
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosBakerPsparisc.version}/"
end

def make_deps
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-baker-PtParisB.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam opam]
build_dependencies.each do |dependency|
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-codec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-dac-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-dac-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-dal-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-node-ghostnet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosNodeGhostnet < Formula
url "file:///dev/null"
version "v20.1-1"
version "v20.1-2"

depends_on "tezos-node"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-node-mainnet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosNodeMainnet < Formula
url "file:///dev/null"
version "v20.1-1"
version "v20.1-2"

depends_on "tezos-node"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerHttp < Formula
url "file:///dev/null"
version "v20.1-1"
version "v20.1-2"

depends_on "tezos-signer"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-https.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerHttps < Formula
url "file:///dev/null"
version "v20.1-1"
version "v20.1-2"

depends_on "tezos-signer"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerTcp < Formula
url "file:///dev/null"
version "v20.1-1"
version "v20.1-2"

depends_on "tezos-signer"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-unix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerUnix < Formula
url "file:///dev/null"
version "v20.1-1"
version "v20.1-2"

depends_on "tezos-signer"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-smart-rollup-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-smart-rollup-wasm-debugger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class << self

url "https://gitlab.com/tezos/tezos.git", :tag => "octez-v20.1", :shallow => false

version "v20.1-1"
version "v20.1-2"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand Down

0 comments on commit 05bc442

Please sign in to comment.