Skip to content

Commit

Permalink
buildroot: Enable testing-devel
Browse files Browse the repository at this point in the history
Shorten the cycle for using new ostree in CI.
  • Loading branch information
cgwalters committed Oct 20, 2023
1 parent 9e61ed5 commit 9d0dc32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/buildroot/install-buildroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ set -euo pipefail

# This is invoked by Dockerfile

dnf -y install dnf-plugins-core
dnf config-manager --set-enabled updates-testing

dn=$(dirname "$0")
tmpd=$(mktemp -d) && trap 'rm -rf ${tmpd}' EXIT

Expand Down

0 comments on commit 9d0dc32

Please sign in to comment.