chore: promote dev snapshot to main (resolve #1978/#1970)

This commit is contained in:
argenis de la rosa
2026-02-26 21:08:31 -05:00
committed by Argenis
parent b355956400
commit b27b44829a
141 changed files with 9353 additions and 9143 deletions
+7 -11
View File
@@ -34,10 +34,16 @@ permissions:
security-events: write
actions: read
env:
GIT_CONFIG_COUNT: "1"
GIT_CONFIG_KEY_0: core.hooksPath
GIT_CONFIG_VALUE_0: /dev/null
jobs:
codeql:
name: CodeQL Analysis
runs-on: [self-hosted, Linux, X64]
runs-on: [self-hosted, aws-india]
timeout-minutes: 30
steps:
- name: Checkout repository
@@ -57,16 +63,6 @@ jobs:
with:
toolchain: 1.92.0
- name: Ensure native build tools
shell: bash
run: |
SUDO=""
if command -v sudo >/dev/null 2>&1; then
SUDO="sudo"
fi
$SUDO apt-get update
$SUDO apt-get install -y --no-install-recommends build-essential pkg-config
- name: Build
run: cargo build --workspace --all-targets --locked