Skip to content

Commit

Permalink
Enable codeql (#476)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
  • Loading branch information
Alan-Jowett committed May 20, 2024
1 parent e191e8a commit f245933
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 f245933

Please sign in to comment.