mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12480 from ethereum/static_z3_script_impish
Add impish to static Z3 PPA script.
This commit is contained in:
commit
55233285f4
@ -54,7 +54,8 @@
|
||||
- [ ] Run ``./scripts/docker_deploy_manual.sh v$VERSION``).
|
||||
|
||||
### PPA
|
||||
- [ ] Change ``scripts/release_ppa.sh`` to match your key's email and key id.
|
||||
- [ ] Make sure the ``ethereum/cpp-build-deps`` PPA repository contains libz3-static-dev builds for all current versions of ubuntu. If not run ``scripts/deps-ppa/static-z3.sh`` (after changing email address and key id and adding the missing ubuntu version) and wait for the builds to succeed before continuing.
|
||||
- [ ] Change ``scripts/release_ppa.sh`` to match your key's email and key id; double-check that ``DISTRIBUTIONS`` contains the most recent versions.
|
||||
- [ ] Run ``scripts/release_ppa.sh v$VERSION`` to create the PPA release (you need the relevant openssl key).
|
||||
- [ ] Wait for the ``~ethereum/ubuntu/ethereum-static`` PPA build to be finished and published for *all platforms*. SERIOUSLY: DO NOT PROCEED EARLIER!!! *After* the static builds are *published*, copy the static package to the ``~ethereum/ubuntu/ethereum`` PPA for the destination series ``Trusty``, ``Xenial`` and ``Bionic`` while selecting ``Copy existing binaries``.
|
||||
|
||||
|
@ -27,7 +27,7 @@ email=builds@ethereum.org
|
||||
packagename=z3-static
|
||||
version=4.8.13
|
||||
|
||||
DISTRIBUTIONS="focal groovy hirsute"
|
||||
DISTRIBUTIONS="focal groovy hirsute impish"
|
||||
|
||||
for distribution in $DISTRIBUTIONS
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user