mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move ubuntu 22.04 dependencies to docker image
This commit is contained in:
parent
f4ab85da3e
commit
927946c4f5
@ -1104,11 +1104,6 @@ jobs:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
at: build
|
||||
- run:
|
||||
name: Install all locales
|
||||
command: |
|
||||
apt update --assume-yes
|
||||
apt install locales-all --assume-yes --no-install-recommends
|
||||
- run: test/localeTest.sh build/solc/solc
|
||||
- matrix_notify_failure_unless_pr
|
||||
|
||||
@ -1516,12 +1511,6 @@ jobs:
|
||||
name: Print diff
|
||||
when: on_fail
|
||||
command: diff --unified=0 --report-identical-files --from-file $REPORT_FILES | head --lines 50
|
||||
- run:
|
||||
name: Install zip
|
||||
when: on_fail
|
||||
command: |
|
||||
apt update --quiet
|
||||
apt install zip --assume-yes
|
||||
- run:
|
||||
name: Bundle reports into a single package
|
||||
when: on_fail
|
||||
|
@ -38,7 +38,7 @@ RUN set -ex; \
|
||||
libboost-filesystem-dev libboost-test-dev libboost-system-dev \
|
||||
libboost-program-options-dev \
|
||||
libcvc4-dev libz3-static-dev z3-static jq \
|
||||
libcln-dev; \
|
||||
libcln-dev zip locales-all; \
|
||||
apt-get install -qy python3-pip python3-sphinx; \
|
||||
pip3 install codecov; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
Loading…
Reference in New Issue
Block a user