File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 88 image : fedora:latest
99 steps :
1010 - run : sudo dnf install -y astyle perltidy findutils git-core
11+ - run : sudo dnf copr enable -y vmojzis/userspace_test
12+ - run : sudo dnf update -y checkpolicy
1113 - uses : actions/checkout@v4
1214 - run : sudo chown $(id -u):$(id -g) .
1315 - run : tools/check-syntax -f && git diff --exit-code
Original file line number Diff line number Diff line change 44 @set -e; for i in $( SUBDIRS) ; do $( MAKE) -C $$ i all ; done
55
66test :
7+ dnf copr enable -y vmojzis/userspace_test
8+ dnf update -y checkpolicy
79 make -C policy load
810 make -C tests test
911 make -C policy unload
Original file line number Diff line number Diff line change 2424 exit 1
2525 ;;
2626 esac
27-
27+ dnf copr enable -y vmojzis/userspace_test
28+ dnf install -y checkpolicy
29+ dnf list --showduplicates checkpolicy
30+ dnf update -y checkpolicy
31+ dnf install -y https://download.copr.fedorainfracloud.org/results/vmojzis/userspace_test/fedora-41-x86_64/09200106-checkpolicy/checkpolicy-3.7-2.1.fc41.x86_64.rpm
32+ rpm -qa checkpolicy
2833 case "$STS_KERNEL" in
2934 default|'')
3035 dnf install -y kernel-modules-$(uname -r) kernel-devel-$(uname -r)
You can’t perform that action at this time.
0 commit comments