Skip to content

Enable native Linux package builds for ASAN variant#6342

Draft
raramakr wants to merge 1 commit into
mainfrom
users/raramakr/native-asan
Draft

Enable native Linux package builds for ASAN variant#6342
raramakr wants to merge 1 commit into
mainfrom
users/raramakr/native-asan

Conversation

@raramakr

@raramakr raramakr commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Remove the exclusion that disabled DEB and RPM package generation
for ASAN builds, allowing native package creation for all build
variants.

JIRA ID: #5076

  Remove the exclusion that disabled DEB and RPM package generation
  for ASAN builds, allowing native package creation for all build
  variants.
@raramakr raramakr marked this pull request as draft July 4, 2026 06:16
@therock-pr-bot

therock-pr-bot Bot commented Jul 4, 2026

Copy link
Copy Markdown

❌ PR Check — Action Required

Check Status Details
🌿 Branch Name ✅ Pass
📝 PR Title/Description ❌ Fail Error: Title does not follow Conventional Commits style.
Expected: start with a valid type (feat, fix, docs, …).
Desired format: type(optional-scope): short description
Forbidden Files ✅ Pass
🧪 Unit Test ❌ Fail Error: Source/code files changed without an accompanying unit test.
Expected: add at least one test file named like test_<name>.py / test_<name>.cpp (or <name>_test.*).
Current: code file(s) changed: build_tools/github_actions/configure_multi_arch_ci.py; no test file found
🔎 pre-commit ✅ Pass
🚫 Draft PR 🔜 To Be Enabled
🚩 Feature Flag 🔜 To Be Enabled
📊 Code Coverage 🔜 To Be Enabled

⚠️ 2 policy check(s) failed. Please address the issues above before this PR can be Reviewed.

🚫 Please fix the failed policies

  • ❌ PR Title/Description
  • ❌ Unit Test

The Not ready to Review label was added to this PR. Once all policies pass, the label is removed automatically.

📖 Need help? See the Policy FAQ for details on every check and how to fix failures.

@therock-pr-bot

therock-pr-bot Bot commented Jul 4, 2026

Copy link
Copy Markdown

🚫 Please fix the failed policies before requesting reviews.

The following policy checks failed:

  • ❌ PR Title/Description
  • ❌ Unit Test

The Not ready to Review label has been added to this PR.
Once all policies pass, the label will be removed automatically.

@therock-pr-bot therock-pr-bot Bot added the Not ready to Review PR has unresolved policy failures — reviews blocked label Jul 4, 2026
build_variant_suffix=suffix,
build_variant_cmake_preset=variant_config["build_variant_cmake_preset"],
build_native_linux=(suffix != "asan"),
build_native_linux=True,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In ci we dont need asan. We need it only in release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Not ready to Review PR has unresolved policy failures — reviews blocked

Projects

Status: TODO

Development

Successfully merging this pull request may close these issues.

2 participants