Skip to content

Commit 516dec9

Browse files
committed
fixup
1 parent 27e2fad commit 516dec9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/builds.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)