Skip to content

Fix CI policy and Linux test build - #7

Merged
jdpraveen merged 3 commits into
mainfrom
fix/ci-policy-and-linux-build
Aug 31, 2026
Merged

Fix CI policy and Linux test build#7
jdpraveen merged 3 commits into
mainfrom
fix/ci-policy-and-linux-build

Conversation

@jdpraveen

Copy link
Copy Markdown
Collaborator

Summary

  • remove the third-party MSVC environment action rejected by the organization Actions policy
  • include <algorithm> explicitly for std::find in streaming tests

Why

The CI workflow could not create jobs because the organization allows only GitHub-owned or verified actions. The CodeQL build also exposed that tests_streaming.cpp relied on a transitive <algorithm> include that GCC does not provide.

Verification

  • ./build.sh --clean --test --debug-only --auto — 428/428 tests passed
  • actionlint .github/workflows/*.yml
  • reuse lint
  • git diff --check

Co-authored-by: TRAE CLI <traecli@bytedance.com>
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Co-authored-by: TRAE CLI <traecli@bytedance.com>
@jdpraveen
jdpraveen requested a review from PICO-XR-Dev as a code owner August 31, 2026 18:01
Co-authored-by: TRAE CLI <traecli@bytedance.com>
@jdpraveen jdpraveen self-assigned this Aug 31, 2026
@jdpraveen
jdpraveen merged commit e19d0c0 into main Aug 31, 2026
22 checks passed
@jdpraveen
jdpraveen deleted the fix/ci-policy-and-linux-build branch August 31, 2026 18:20
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.

2 participants