mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
remove apt install lbzip2 to avoid broken dependencies
This commit is contained in:
parent
7e94ef53e9
commit
d40995035f
1 changed files with 0 additions and 3 deletions
|
@ -54,7 +54,6 @@ variables:
|
||||||
golang-golang-x-sys-dev
|
golang-golang-x-sys-dev
|
||||||
golang-golang-x-text-dev
|
golang-golang-x-text-dev
|
||||||
golang-golang-x-xerrors-dev
|
golang-golang-x-xerrors-dev
|
||||||
lbzip2
|
|
||||||
|
|
||||||
# use Go installed as part of the official, Debian-based Docker images
|
# use Go installed as part of the official, Debian-based Docker images
|
||||||
.golang-docker-debian-template: &golang-docker-debian-template
|
.golang-docker-debian-template: &golang-docker-debian-template
|
||||||
|
@ -63,7 +62,6 @@ variables:
|
||||||
- apt-get -qy install --no-install-recommends
|
- apt-get -qy install --no-install-recommends
|
||||||
ca-certificates
|
ca-certificates
|
||||||
git
|
git
|
||||||
lbzip2
|
|
||||||
|
|
||||||
.go-test: &go-test
|
.go-test: &go-test
|
||||||
- gofmt -d .
|
- gofmt -d .
|
||||||
|
@ -115,7 +113,6 @@ android:
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
ca-certificates
|
ca-certificates
|
||||||
lbzip2
|
|
||||||
|
|
||||||
- ndk=android-ndk-r21e-linux-x86_64.zip
|
- ndk=android-ndk-r21e-linux-x86_64.zip
|
||||||
- wget --continue --no-verbose https://dl.google.com/android/repository/$ndk
|
- wget --continue --no-verbose https://dl.google.com/android/repository/$ndk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue