File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 -e VALGRIND=${{ matrix.valgrind }} \
123123 -e DEVELOPER=1 \
124124 -e EXPERIMENTAL_FEATURES=1 \
125- -e COMPA =0 \
125+ -e COMPAT =0 \
126126 -e PYTEST_PAR=2 \
127127 -e PYTEST_OPTS="--timeout=300" \
128128 -e TEST_CMD="make check-protos" \
Original file line number Diff line number Diff line change 33
44WORKDIR /work
55
6- COPY . .
7-
86ENV DEBIAN_FRONTEND=noninteractive
97ENV LANGUAGE=en_US.UTF-8
108ENV LANG=en_US.UTF-8
@@ -23,7 +21,7 @@ RUN locale-gen en_US.UTF-8 && dpkg-reconfigure --frontend noninteractive tzdata
2321
2422COPY . .
2523
26- # install package for pytho cryptography lib
24+ # install package for python cryptography lib
2725# https://cryptography.io/en/latest/installation/#debian-ubuntu
2826
2927RUN apt-get -qq update && \
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ export ELEMENTS_VERSION=0.18.1.8
66export RUST_VERSION=nightly
77export TZ=" Europe/London"
88
9- sudo useradd -ms /bin/bash tester
10-
119sudo apt-get update -qq
1210
1311sudo apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
@@ -54,9 +52,6 @@ sudo apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
5452 zlib1g-dev
5553
5654
57- echo " tester ALL=(root) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/tester
58- sudo chmod 0440 /etc/sudoers.d/tester
59-
6055(
6156 cd /tmp/ || exit 1
6257 wget https://storage.googleapis.com/c-lightning-tests/bitcoin-$BITCOIN_VERSION -x86_64-linux-gnu.tar.bz2
You can’t perform that action at this time.
0 commit comments