Skip to content

Commit

Permalink
jenkins: Remove devuan workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Jun 28, 2024
1 parent f7c205e commit e4c9798
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions jenkins/jobs/image-devuan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,10 @@
cd /lxc-ci
INCUS_ARCHITECTURE="${architecture}"
BASE="sid"
if [ "${release}" = "beowulf" ]; then
BASE="buster"
elif [ "${release}" = "chimaera" ]; then
BASE="bullseye"
elif [ "${release}" = "daedalus" ]; then
BASE="bookworm"
fi
exec sudo /lxc-ci/bin/build-distro /lxc-ci/images/devuan.yaml \
${INCUS_ARCHITECTURE} container 1800 ${WORKSPACE} \
-o image.architecture=${architecture} \
-o image.release=${release} -o image.variant=${variant} \
-o source.same_as=${BASE}
-o image.release=${release} -o image.variant=${variant}
properties:
- build-discarder:
Expand Down

0 comments on commit e4c9798

Please sign in to comment.