testing build-essential
continuous-integration/drone the build failed Details

This commit is contained in:
root 2021-09-20 17:20:54 +02:00
parent 3f1a71062a
commit b8a918b250
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ pipeline:
image: debian
pull: true
commands:
- apt update && apt install -y build-essential fakeroot devscripts
- apt update && apt install -y build-essential
- debuild -us -uc
- ls -la
- cd .. && ls -la

View File

@ -14,8 +14,8 @@ all: | clean install
download: setversion
[ -d "data" ] || mkdir data
wget -nc -P data $(SOURCE)
echo "$(CHECKSUM) data/python-$(UPSTREAM_VERSION)-amd64.exe" | \
md5sum -c && echo "SUCCESS: Checksums match" || \
echo "$(CHECKSUM) data/python-$(UPSTREAM_VERSION)-amd64.exe" | md5sum -c && \
echo "SUCCESS: Checksums match" || \
{ ec=$$?; echo "ERROR: Checksum mismatch" >&2; rm -rf data >&2; exit $$ec; }
data: download