File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,16 +246,16 @@ jobs:
246246 - name : Test suricata-update
247247 run : suricata-update
248248
249- # Template testing from AlmaLinux 9
250- - run : curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85.0 -y
251- - run : echo "$HOME/.cargo/bin" >> $GITHUB_PATH
252- - run : rustup component add rustfmt
253- - run : rustup component add clippy
254- - name : Build for template testing
255- run : |
256- ./autogen.sh
257- CFLAGS="${DEFAULT_CFLAGS}" ./configure
258- make -j ${{ env.CPUS }}
249+ # Template testing
250+ # - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85.0 -y
251+ # - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
252+ # - run: rustup component add rustfmt
253+ # - run: rustup component add clippy
254+ # - name: Build for template testing
255+ # run: |
256+ # ./autogen.sh
257+ # CFLAGS="${DEFAULT_CFLAGS}" ./configure
258+ # make -j ${{ env.CPUS }}
259259 - run : ./scripts/setup-app-layer.py --parser --logger --detect FooBar payload
260260 - run : make -j ${{ env.CPUS }}
261261 - run : ./src/suricata --list-app-layer-protos | grep foobar
You can’t perform that action at this time.
0 commit comments