fix(build): backport changes from niri ext attempt

This commit is contained in:
pips 2025-09-22 20:51:48 +02:00
parent c6b2f65b3a
commit f70e0fa64e
4 changed files with 12 additions and 6 deletions

View file

@ -19,6 +19,7 @@ steps:
from_secret: package_token
- name: compile
image: ${CI_FORGE_URL##https://}/${CI_REPO_OWNER}/${CI_REPO_NAME}-builder
pull: true
when:
- event: push
branch: ${CI_REPO_DEFAULT_BRANCH}
@ -26,11 +27,11 @@ steps:
commands:
- make compile
- name: dpkg
image: ubuntu:24.04
image: ${CI_FORGE_URL##https://}/${CI_REPO_OWNER}/${CI_REPO_NAME}-builder
pull: true
when:
- event: push
branch: ${CI_REPO_DEFAULT_BRANCH}
depends_on: compile
commands:
- make dpkg
environment: