mirror of https://github.com/OISF/suricata
github-ci: break ubuntu/debian script into 2 scripts
Debian 13 ships Rust 1.85 by default, Ubuntu requires installing a specific patch to get newer then 1.75. So to support a newer MSRV, these operating systems need different examples.pull/16028/head
parent
05882e7be0
commit
6b8c482012
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Serves for Ubuntu/Debian docs and is verified by Github Actions
|
||||
|
||||
# install-guide-documentation tag start: Minimal dependencies
|
||||
sudo apt -y install autoconf automake build-essential cargo-1.89 \
|
||||
libjansson-dev libpcap-dev libpcre2-dev libtool \
|
||||
libyaml-dev make pkg-config zlib1g-dev
|
||||
export PATH=/usr/lib/rust-1.89/bin:$PATH
|
||||
# install-guide-documentation tag end: Minimal dependencies
|
||||
Loading…
Reference in New Issue