Skip to content

Commit

Permalink
chore: Drop fsync backup, revert to newest known good release
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 14, 2024
1 parent 2e578d7 commit 92f8aa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kernel_flavor: [main, asus, 6.7.4-204.fsync, surface]
kernel_flavor: [main, asus, 6.7.9-204.fsync, 6.7.4-200.fsync, surface]
cfile_suffix: [common, nvidia]
major_version: [38, 39]
nvidia_version: [0, 470, 550]
Expand Down
4 changes: 2 additions & 2 deletions build-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ if [[ "asus" == "${KERNEL_FLAVOR}" ]]; then
kernel-modules-extra
elif [[ "${KERNEL_FLAVOR}" =~ "fsync" ]]; then
echo "Installing kernel-fsync-${KERNEL_FLAVOR}:"
wget https://copr.fedorainfracloud.org/coprs/sentry/kernel-ba/repo/fedora-$(rpm -E %fedora)/sentry-kernel-ba-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_sentry-kernel-ba.repo
wget https://copr.fedorainfracloud.org/coprs/sentry/kernel-fsync/repo/fedora-$(rpm -E %fedora)/sentry-kernel-fsync-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_sentry-kernel-fsync.repo
rpm-ostree cliwrap install-to-root /
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:sentry:kernel-ba \
--from repo=copr:copr.fedorainfracloud.org:sentry:kernel-fsync \
kernel-"${KERNEL_FLAVOR}".fc"${RELEASE}".x86_64 \
kernel-core-"${KERNEL_FLAVOR}".fc"${RELEASE}".x86_64 \
kernel-devel-"${KERNEL_FLAVOR}".fc"${RELEASE}".x86_64 \
Expand Down

0 comments on commit 92f8aa0

Please sign in to comment.