exit 0
fi
- ubuntu-18-04-debug-validation:
- name: Ubuntu 18.04 (Debug Validation)
- runs-on: ubuntu-18.04
- container: ubuntu:18.04
+ ubuntu-22-04-debug-validation:
+ name: Ubuntu 22.04 (Debug Validation)
+ runs-on: ubuntu-22.04
+ container: ubuntu:22.04
needs: [prepare-deps, prepare-cbindgen]
steps:
libhiredis-dev \
libjansson-dev \
libevent-dev \
- libevent-pthreads-2.1.6 \
+ libevent-pthreads-2.1-7 \
libjansson-dev \
libpython2.7 \
make \
- name: Running suricata-verify
run: python3 ./suricata-verify/run.py
- ubuntu-18-04:
- name: Ubuntu 18.04 (Cocci)
- runs-on: ubuntu-18.04
- container: ubuntu:18.04
+ ubuntu-22-04:
+ name: Ubuntu 22.04 (Cocci)
+ runs-on: ubuntu-22.04
+ container: ubuntu:22.04
needs: [prepare-deps, prepare-cbindgen]
steps:
libhiredis-dev \
libjansson-dev \
libevent-dev \
- libevent-pthreads-2.1.6 \
+ libevent-pthreads-2.1-7 \
libjansson-dev \
libpython2.7 \
+ libpython3.10 \
make \
parallel \
python3-yaml \
+ python-is-python3 \
rustc \
software-properties-common \
zlib1g \
run: python3 ./suricata-verify/run.py
# test build with afl and fuzztargets
- ubuntu-18-04-fuzz:
- name: Ubuntu 18.04 (Fuzz)
- runs-on: ubuntu-18.04
- container: ubuntu:18.04
+ ubuntu-22-04-fuzz:
+ name: Ubuntu 22.04 (Fuzz)
+ runs-on: ubuntu-22.04
+ container: ubuntu:22.04
needs: [prepare-deps, prepare-cbindgen]
steps: