Skip to content

Commit 7cb754c

Browse files
committed
builds: cleanup duplicate and unused code, fix spelling
Few extremely minor updates to the ubuntu dockerfile and ci builds
1 parent 6285110 commit 7cb754c

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" \

contrib/docker/Dockerfile.ubuntu

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ LABEL mantainer="Vincenzo Palazzo [email protected]"
33

44
WORKDIR /work
55

6-
COPY . .
7-
86
ENV DEBIAN_FRONTEND=noninteractive
97
ENV LANGUAGE=en_US.UTF-8
108
ENV LANG=en_US.UTF-8
@@ -23,7 +21,7 @@ RUN locale-gen en_US.UTF-8 && dpkg-reconfigure --frontend noninteractive tzdata
2321

2422
COPY . .
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

2927
RUN apt-get -qq update && \

contrib/docker/scripts/setup.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ export ELEMENTS_VERSION=0.18.1.8
66
export RUST_VERSION=nightly
77
export TZ="Europe/London"
88

9-
sudo useradd -ms /bin/bash tester
10-
119
sudo apt-get update -qq
1210

1311
sudo 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

0 commit comments

Comments
 (0)