Skip to content

Commit

Permalink
[Chore] Update release binaries for v21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serokell-bot committed Nov 14, 2024
1 parent e72526d commit f0b559d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ { id: macos-13, name: "ventura" } ]
# we don't bottle meta-formulas that contain only services
formula: [tezos-smart-rollup-wasm-debugger, tezos-smart-rollup-node, tezos-dac-client, tezos-dac-node, tezos-dal-node, tezos-signer, tezos-codec, tezos-client, tezos-admin-client, tezos-node, tezos-accuser-PsParisC, tezos-baker-PsParisC, tezos-accuser-PtParisB, tezos-baker-PtParisB, tezos-accuser-Proxford, tezos-baker-Proxford]
formula: [tezos-smart-rollup-wasm-debugger, tezos-smart-rollup-node, tezos-dac-client, tezos-dac-node, tezos-dal-node, tezos-signer, tezos-codec, tezos-client, tezos-admin-client, tezos-node, tezos-accuser-PsQuebec, tezos-baker-PsQuebec, tezos-accuser-PsParisC, tezos-baker-PsParisC]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
7 changes: 2 additions & 5 deletions docker/tests/binaries.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@
"tezos-dac-node",
"tezos-dal-node",
"tezos-signer",
"tezos-proxy-server",
"tezos-codec",
"tezos-client",
"tezos-admin-client",
"tezos-node",
"tezos-accuser-PsQuebec",
"tezos-baker-PsQuebec",
"tezos-accuser-PsParisC",
"tezos-baker-PsParisC",
"tezos-accuser-PtParisB",
"tezos-baker-PtParisB",
"tezos-accuser-Proxford",
"tezos-baker-Proxford",
"tezos-sapling-params",
"tezos-baking"
],
Expand Down
9 changes: 5 additions & 4 deletions protocols.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@
"PtKathma",
"PtLimaPt",
"PtMumbai",
"PtNairob"
"PtNairob",
"Proxford",
"PtParisB"
],
"active": [
"Proxford",
"PtParisB",
"PsParisC"
"PsParisC",
"PsQuebec"
]
}
2 changes: 1 addition & 1 deletion scripts/build-all-bottles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -euo pipefail
retval="0"

# we don't bottle meta-formulas that contain only services
formulae=("tezos-smart-rollup-wasm-debugger" "tezos-smart-rollup-node" "tezos-dac-client" "tezos-dac-node" "tezos-dal-node" "tezos-signer" "tezos-codec" "tezos-client" "tezos-admin-client" "tezos-node" "tezos-accuser-PsParisC" "tezos-baker-PsParisC" "tezos-accuser-PtParisB" "tezos-baker-PtParisB" "tezos-accuser-Proxford" "tezos-baker-Proxford")
formulae=("tezos-smart-rollup-wasm-debugger" "tezos-smart-rollup-node" "tezos-dac-client" "tezos-dac-node" "tezos-dal-node" "tezos-signer" "tezos-codec" "tezos-client" "tezos-admin-client" "tezos-node" "tezos-accuser-PsQuebec" "tezos-baker-PsQuebec" "tezos-accuser-PsParisC" "tezos-baker-PsParisC")

# tezos-sapling-params is used as a dependency for some of the formulas
# so we handle it separately.
Expand Down

0 comments on commit f0b559d

Please sign in to comment.