Skip to content

Commit

Permalink
chore: fix fsync-lts get version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Apr 15, 2024
1 parent 5531632 commit cf3849c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ jobs:
linux=$($dnf repoquery --repoid copr:copr.fedorainfracloud.org:sentry:kernel-fsync --whatprovides kernel | tail -n1 | sed 's/.*://')
;;
"fsync-lts")
$dnf copr enable -y sentry/kernel-fsync-lts
linux=$($dnf repoquery --repoid copr:copr.fedorainfracloud.org:sentry:kernel-fsync-lts --whatprovides kernel | tail -n1 | sed 's/.*://')
$dnf copr enable -y sentry/kernel-ba
linux=$($dnf repoquery --repoid copr:copr.fedorainfracloud.org:sentry:kernel-ba --whatprovides kernel | tail -n1 | sed 's/.*://')
;;
"surface")
$dnf config-manager --add-repo=https://pkg.surfacelinux.com/fedora/linux-surface.repo
Expand Down
2 changes: 1 addition & 1 deletion build-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ elif [[ "surface" == "${KERNEL_FLAVOR}" ]]; then
--install kernel-surface-modules-extra
elif [[ "main" == "${KERNEL_FLAVOR}" ]] && \
[[ "" != "${KERNEL_VERSION}" ]]; then
echo "main kernel with version to avoid upgrading kernel beyond what is in the image."
echo "main kernel version ${KERNEL_VERSION} to avoid upgrading kernel beyond what is in the image."
rpm-ostree cliwrap install-to-root /
rpm-ostree install \
kernel-devel-${KERNEL_VERSION} \
Expand Down

0 comments on commit cf3849c

Please sign in to comment.