Skip to content

Commit

Permalink
Merge branch 'main' into stepsecurity_remediation_1716165234
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Jowett committed May 20, 2024
2 parents 9ebcbbf + f245933 commit ed119d3
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,40 @@ jobs:
enable_sanitizers: true
disable_retpolines: true

linux_release_codeql:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: ubuntu-latest
build_type: RelWithDebInfo
build_codeql: true

linux_debug_codeql:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: ubuntu-latest
build_type: Debug
build_codeql: true

linux_release_no_retpolines_codeql:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: ubuntu-latest
build_type: RelWithDebInfo
build_codeql: true
disable_retpolines: true

linux_debug_no_retpolines_codeql:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: ubuntu-latest
build_type: Debug
build_codeql: true
disable_retpolines: true

# Disabled until https://github.com/iovisor/ubpf/issues/155 is resolved.
# linux_debug_arm64_sanitizers:
# uses: ./.github/workflows/posix.yml
Expand Down

0 comments on commit ed119d3

Please sign in to comment.