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 4b6bb7f commit 64f2dc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/buildroot/install-buildroot.sh
Expand Up @@ -3,6 +3,10 @@ set -euo pipefail

# This is invoked by Dockerfile

dnf -y install dnf-plugins-core
# We want to avoid a 7 day cycle for e.g. new ostree etc.
dnf config-manager --set-enabled updates-testing

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

Expand Down

0 comments on commit 64f2dc3

Please sign in to comment.