mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Minor post-release adjustments.
This commit is contained in:
parent
f07c8b1f51
commit
c3a8b9cebb
@ -16,6 +16,7 @@
|
|||||||
At least a day before the release:
|
At least a day before the release:
|
||||||
- [ ] Run ``make linkcheck`` from within ``docs/`` and fix any broken links it finds.
|
- [ ] Run ``make linkcheck`` from within ``docs/`` and fix any broken links it finds.
|
||||||
Ignore false positives caused by ``href`` anchors and dummy links not meant to work.
|
Ignore false positives caused by ``href`` anchors and dummy links not meant to work.
|
||||||
|
- [ ] Double-check that [the most recent docs builds at readthedocs](https://readthedocs.org/projects/solidity/builds/) succeeded.
|
||||||
- [ ] Make sure that all merged PRs that should have changelog entries do have them.
|
- [ ] Make sure that all merged PRs that should have changelog entries do have them.
|
||||||
- [ ] Rerun CI on the top commits of main branches in all repositories that do not have daily activity by creating a test branch or PR:
|
- [ ] Rerun CI on the top commits of main branches in all repositories that do not have daily activity by creating a test branch or PR:
|
||||||
- [ ] ``solc-js``
|
- [ ] ``solc-js``
|
||||||
|
@ -41,7 +41,7 @@ sourcePPAConfig
|
|||||||
# Sanity check
|
# Sanity check
|
||||||
checkDputEntries "\[cpp-build-deps\]"
|
checkDputEntries "\[cpp-build-deps\]"
|
||||||
|
|
||||||
DISTRIBUTIONS="focal jammy kinetic"
|
DISTRIBUTIONS="focal jammy kinetic lunar"
|
||||||
|
|
||||||
for distribution in $DISTRIBUTIONS
|
for distribution in $DISTRIBUTIONS
|
||||||
do
|
do
|
||||||
|
@ -68,7 +68,7 @@ packagename=solc
|
|||||||
# This needs to be a still active release
|
# This needs to be a still active release
|
||||||
static_build_distribution=focal
|
static_build_distribution=focal
|
||||||
|
|
||||||
DISTRIBUTIONS="focal jammy kinetic"
|
DISTRIBUTIONS="focal jammy kinetic lunar"
|
||||||
|
|
||||||
if is_release
|
if is_release
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user