remove lzop workaround
This commit is contained in:
parent
6bdc332ed9
commit
ca9859445f
1 changed files with 2 additions and 4 deletions
|
@ -26,8 +26,7 @@ lint:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
sudo apk add alpine-sdk lua-aports doas lzop
|
sudo apk add alpine-sdk lua-aports doas
|
||||||
sudo rm /bin/lzop
|
|
||||||
doas addgroup $USER abuild
|
doas addgroup $USER abuild
|
||||||
export PATH="$PATH:$CI_PROJECT_DIR/.gitlab/bin"
|
export PATH="$PATH:$CI_PROJECT_DIR/.gitlab/bin"
|
||||||
sudo -Eu $USER build.sh
|
sudo -Eu $USER build.sh
|
||||||
|
@ -48,8 +47,7 @@ lint:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
sudo apk add alpine-sdk lua-aports doas gzip xz lzop qemu-$CI_QEMU_TARGET_ARCH
|
sudo apk add alpine-sdk lua-aports doas gzip xz qemu-$CI_QEMU_TARGET_ARCH
|
||||||
sudo rm /bin/lzop
|
|
||||||
doas addgroup $USER abuild
|
doas addgroup $USER abuild
|
||||||
export PATH="$PATH:$CI_PROJECT_DIR/.gitlab/bin"
|
export PATH="$PATH:$CI_PROJECT_DIR/.gitlab/bin"
|
||||||
build-rootfs.sh alpine$CI_MERGE_REQUEST_TARGET_BRANCH_NAME $CI_ALPINE_TARGET_ARCH --rootfsdir $HOME/sysroot-$CI_ALPINE_TARGET_ARCH
|
build-rootfs.sh alpine$CI_MERGE_REQUEST_TARGET_BRANCH_NAME $CI_ALPINE_TARGET_ARCH --rootfsdir $HOME/sysroot-$CI_ALPINE_TARGET_ARCH
|
||||||
|
|
Loading…
Reference in a new issue