File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1616 id : install-dependencies
1717 run : |
1818 echo "${{ github.action }}: Installing dependencies"
19- dnf install -y -q rpmdevtools systemd-rpm-macros boost-devel cmake cppcheck clang clang-analyzer clang-tools-extra gcc gcc-c++ gtest gtest-devel pkgconf-pkg-config dbus-libs dbus-devel libstdc++ 2>&1 1>/dev/null
19+ dnf install -y -q rpmdevtools systemd-rpm-macros boost-devel cmake cppcheck clang clang-analyzer clang-tools-extra gcc gcc-c++ gtest gtest-devel pkgconf-pkg-config dbus-libs dbus-devel libstdc++ selinux-policy-devel 2>&1 1>/dev/null
2020 - name : pepare-git
2121 run : |
2222 dnf install -y -q git 2>&1 1>/dev/null
4444 pushd $BUILD_WORKSPACE
4545 ../scripts/build_rpm.sh
4646 popd
47+ cp -r ./packaging/selinux/ $BUILD_WORKSPACE/
48+ pushd $BUILD_WORKSPACE/selinux/
49+ ../../scripts/build_selinux_policy.sh
50+ mv *.rpm $BUILD_WORKSPACE
51+ mv noarch/*.rpm $BUILD_WORKSPACE
52+ popd
4753 mkdir -p $BUILD_WORKSPACE/RPM
4854 rm -rf $BUILD_WORKSPACE/RPM/*
4955 mv $BUILD_WORKSPACE/*.rpm $BUILD_WORKSPACE/RPM
You can’t perform that action at this time.
0 commit comments