Skip to content

Remove pre-build setup from github workflows#50

Open
hasiburr-qti wants to merge 1 commit intoAudioReach:masterfrom
hasiburr-qti:pre-build-setup
Open

Remove pre-build setup from github workflows#50
hasiburr-qti wants to merge 1 commit intoAudioReach:masterfrom
hasiburr-qti:pre-build-setup

Conversation

@hasiburr-qti
Copy link
Contributor

Description

This Pull Request removes the pre-build setup steps from the workflow. This requirement came as a part of enabling ABI compatibality checks on Audioreach repositories.

We are doing this because:

  • The existing build.sh script is not fully self‑contained. pre‑build setup steps are maintained inside the CI workflow instead of being part of the script. So, Script is not usable standalone.
  • This prevents the ABI checker (or any future build‑dependent workflow) from simply invoking build.sh to perform a minimal build.

@hasiburr-qti hasiburr-qti requested review from a team February 25, 2026 07:39
@hasiburr-qti hasiburr-qti force-pushed the pre-build-setup branch 4 times, most recently from cae7d85 to 6aad119 Compare February 27, 2026 08:54
This commit removes the pre-build setup steps from the workflow.
This requirement came as a part of enabling ABI compatibality checks on
Audioreach repositories.

We are doing this because:
- The existing build.sh script is not fully self‑contained.
  pre‑build setup steps are maintained inside the CI workflow instead
  of being part of the script. So, Script is not usable standalone.
- This prevents the ABI checker (or any future build‑dependent workflow)
  from simply invoking build.sh to perform a minimal build.

Signed-off-by: Hasibur Rahman Mohammed <hasiburr@qti.qualcomm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant