Skip to content

Commit b810cc3

Browse files
committed
fixup
1 parent c5694fb commit b810cc3

1 file changed

Lines changed: 9 additions & 22 deletions

File tree

.github/workflows/builds.yml

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
path: .
6969

7070
almalinux-10:
71-
name: AlmaLinux 10 (doc, plugins, schema)
71+
name: AlmaLinux 9 (schema, plugins)
7272
runs-on: ubuntu-latest
7373
container: almalinux:10
7474
needs: [prepare-deps, prepare-cbindgen]
@@ -153,28 +153,24 @@ jobs:
153153
run: |
154154
./autogen.sh
155155
CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-warnings
156-
- name: Build
157-
run: make -j ${{ env.CPUS }} check
158-
159-
- name: Check that man page was built
160-
run: test -e doc/userguide/suricata.1
161-
162-
- name: Check that HTML documentation builds
163-
run: make html
164-
working-directory: doc/userguide
156+
- run: make -j ${{ env.CPUS }} distcheck
157+
env:
158+
DISTCHECK_CONFIGURE_FLAGS: "--enable-unittests --enable-debug --enable-geoip --enable-profiling --enable-profiling-locks --enable-dpdk"
159+
MAKEFLAGS: "-j ${{ env.CPUS }}"
160+
- run: test -e doc/userguide/suricata.1
165161

166-
- name: Checking un-needed includes
162+
- name: Checking includes
167163
run: |
168164
cppclean src/*.h | grep "does not need to be #included" | python3 scripts/cppclean_check.py
169165
170166
- name: Building Rust documentation
171167
run: make doc
172168
working-directory: rust
173-
174-
# Test install.
175169
- run: make install install-conf
176170
- run: suricatasc -h
177171
- run: suricata-update -V
172+
- run: suricata-update
173+
178174
- name: Check if Suricata-Update example configuration files are installed
179175
run: |
180176
test -e /usr/local/lib/suricata/python/suricata/update/configs/disable.conf
@@ -245,15 +241,6 @@ jobs:
245241
- name: Check EVE schema ordering
246242
run: ./scripts/schema-sort.py --check ./etc/schema.json
247243

248-
- name: Test suricata-update
249-
run: suricata-update
250-
251-
- name: Distcheck
252-
run: make -j ${{ env.CPUS }} distcheck
253-
env:
254-
DISTCHECK_CONFIGURE_FLAGS: "--enable-unittests --enable-debug --enable-geoip --enable-profiling --enable-profiling-locks --enable-dpdk"
255-
MAKEFLAGS: "-j ${{ env.CPUS }}"
256-
257244
almalinux-9:
258245
name: AlmaLinux 9 (schema)
259246
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)