|
|
|
@ -143,20 +143,14 @@ jobs:
|
|
|
|
uses: actions/download-artifact@v1
|
|
|
|
uses: actions/download-artifact@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: dist
|
|
|
|
name: dist
|
|
|
|
- run: mkdir suricata
|
|
|
|
- run: tar zxvf ./dist/suricata-*.tar.gz --strip-components=1
|
|
|
|
- working-directory: suricata
|
|
|
|
- run: ./configure
|
|
|
|
run: tar zxvf ../dist/suricata-*.tar.gz --strip-components=1
|
|
|
|
- name: Check that Rust is using --frozen
|
|
|
|
- working-directory: suricata
|
|
|
|
|
|
|
|
run: ./configure
|
|
|
|
|
|
|
|
- working-directory: suricata
|
|
|
|
|
|
|
|
name: Check that Rust is using --frozen
|
|
|
|
|
|
|
|
run: grep -q '^FROZEN' rust/Makefile
|
|
|
|
run: grep -q '^FROZEN' rust/Makefile
|
|
|
|
- working-directory: suricata
|
|
|
|
- run: make -j2
|
|
|
|
run: make -j2
|
|
|
|
- run: make install
|
|
|
|
- working-directory: suricata
|
|
|
|
- run: make install-conf
|
|
|
|
run: make install
|
|
|
|
- run: make distcheck
|
|
|
|
- working-directory: suricata
|
|
|
|
|
|
|
|
run: make install-conf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
centos-6:
|
|
|
|
centos-6:
|
|
|
|
name: CentOS 6
|
|
|
|
name: CentOS 6
|
|
|
|
|