CodeQL: bumped wt + added missing xxhash dependency + run once per month

This commit is contained in:
emeric
2025-03-16 14:37:22 +01:00
parent 48f6eb1cc5
commit a48b246022
+3 -3
View File
@@ -6,7 +6,7 @@ on:
pull_request:
branches: [ "master", "develop" ]
schedule:
- cron: "48 10 * * 4"
- cron: "48 10 1 * *"
jobs:
analyze:
@@ -30,8 +30,8 @@ jobs:
name: Install dependencies (cpp)
run: |
sudo apt-get update
sudo apt-get install --yes build-essential cmake libboost-all-dev libconfig++-dev libavcodec-dev libavutil-dev libavformat-dev libstb-dev libtag1-dev libpam0g-dev libgtest-dev libarchive-dev
export WT_VERSION=4.9.0
sudo apt-get install --yes build-essential cmake libboost-all-dev libconfig++-dev libavcodec-dev libavutil-dev libavformat-dev libstb-dev libtag1-dev libpam0g-dev libgtest-dev libarchive-dev libxxhash-dev
export WT_VERSION=4.11.3
export WT_INSTALL_PREFIX=/usr
git clone https://github.com/emweb/wt.git /tmp/wt
pushd /tmp/wt