File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 38
38
sudo apt-get install -y ./rex-dkms*_all.deb \
39
39
|| ( find /var/lib/dkms -name make.log -exec cat '{}' \; && false )
40
40
41
- # libbpf 1.3+ is requred for functional tests
41
+ # libbpf 1.3+ is required for functional tests
42
42
build_libbpf :
43
43
runs-on : ubuntu-22.04
44
44
steps :
@@ -89,13 +89,18 @@ jobs:
89
89
cd libbpf
90
90
sudo dpkg -i ./libbpf-dev* ./libbpf1_*
91
91
92
+ # Compiling Hyperscan with unlimited jobs may hang. Don't let it overcome
93
+ # cpu constraints.
92
94
- run : |
93
95
echo "nproc=$(nproc)" >> $GITHUB_ENV
94
96
95
97
- name : build package
96
98
run : |
97
99
dpkg-buildpackage -j${{env.nproc}} -b --no-sign
98
- mv ../libhyperscan*.deb ../libhyperscan*.ddeb .
100
+
101
+ - name : copy build artifacts
102
+ run : |
103
+ mv ../libhyperscan*.deb
99
104
100
105
- name : upload package artifacts
101
106
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments