mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Remove spicy-head task
This commit is contained in:
parent
6e4d3f0e56
commit
66a801bd2c
3 changed files with 16 additions and 20 deletions
19
.cirrus.yml
19
.cirrus.yml
|
@ -307,25 +307,6 @@ ubuntu22_spicy_task:
|
||||||
benchmark_script: ./ci/benchmark.sh
|
benchmark_script: ./ci/benchmark.sh
|
||||||
<< : *BENCHMARK_ONLY_IF_TEMPLATE
|
<< : *BENCHMARK_ONLY_IF_TEMPLATE
|
||||||
|
|
||||||
ubuntu22_spicy_head_task:
|
|
||||||
container:
|
|
||||||
# Ubuntu 22.04 EOL: April 2027
|
|
||||||
dockerfile: ci/ubuntu-22.04/Dockerfile
|
|
||||||
<< : *RESOURCES_TEMPLATE
|
|
||||||
<< : *CI_TEMPLATE
|
|
||||||
env:
|
|
||||||
ZEEK_CI_CREATE_ARTIFACT: 1
|
|
||||||
# Pull auxil/spicy to the latest head version. May or may not build.
|
|
||||||
ZEEK_CI_PREBUILD_COMMAND: 'cd auxil/spicy && git fetch && git reset --hard origin/main && git submodule update --init --recursive'
|
|
||||||
spicy_install_analyzers_script: ./ci/spicy-install-analyzers.sh
|
|
||||||
upload_binary_artifacts:
|
|
||||||
path: build.tgz
|
|
||||||
benchmark_script: ./ci/benchmark.sh
|
|
||||||
# Don't run this job on release branches. It tests against spicy HEAD, which
|
|
||||||
# will frequently require other fixes that won't be in a release branch.
|
|
||||||
skip: $CIRRUS_BRANCH =~ 'release/.*'
|
|
||||||
<< : *BENCHMARK_ONLY_IF_TEMPLATE
|
|
||||||
|
|
||||||
ubuntu20_task:
|
ubuntu20_task:
|
||||||
container:
|
container:
|
||||||
# Ubuntu 20.04 EOL: April 2025
|
# Ubuntu 20.04 EOL: April 2025
|
||||||
|
|
15
CHANGES
15
CHANGES
|
@ -1,3 +1,18 @@
|
||||||
|
7.0.8-9 | 2025-07-17 08:46:49 -0700
|
||||||
|
|
||||||
|
* CI: Remove spicy-head task (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
|
* [Spicy] Let `zeek::protocol_handle_close()` send a TCP EOF. (Benjamin Bannier, Corelight)
|
||||||
|
|
||||||
|
(cherry picked from commit ce6c7a6cd1b3eb7f7b3c12772763edd9881b430e)
|
||||||
|
|
||||||
|
* Remove libzmq5 from Docker images (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
|
This was accidentally added in 356685d82deea868f4340169b9a6c8d2e2109bed and
|
||||||
|
doesn't need to be in our official 7.0 images.
|
||||||
|
|
||||||
|
* CI: Force opensuse-tumbleweed image to rebuild (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
7.0.8-5 | 2025-07-14 14:15:46 -0700
|
7.0.8-5 | 2025-07-14 14:15:46 -0700
|
||||||
|
|
||||||
* fix for error in ZAM's constant propagation logic (Vern Paxson, Corelight)
|
* fix for error in ZAM's constant propagation logic (Vern Paxson, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.0.8-5
|
7.0.8-9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue