fix flatpak build :c
This commit is contained in:
parent
1b4a02267e
commit
ae3a0964bf
1 changed files with 1 additions and 4 deletions
|
|
@ -8,10 +8,7 @@ Build Linux Packages:
|
||||||
stage: Linux-Build
|
stage: Linux-Build
|
||||||
script:
|
script:
|
||||||
- cd browser/linux
|
- cd browser/linux
|
||||||
- apt-get update
|
- echo 0 > /proc/sys/kernel/userns_restrict
|
||||||
- apt-get install -y wget libcap2
|
|
||||||
- wget http://security.ubuntu.com/ubuntu/pool/main/b/bubblewrap/bubblewrap_0.2.1-1ubuntu0.1_amd64.deb
|
|
||||||
- dpkg -i ./bubblewrap_0.2.1-1ubuntu0.1_amd64.deb
|
|
||||||
- bwrap --dev-bind / / bash
|
- bwrap --dev-bind / / bash
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue