Skip to content

Fix CI policy and Linux test build - #7

Open
jdpraveen wants to merge 1 commit into
mainfrom
fix/ci-policy-and-linux-build
Open

Fix CI policy and Linux test build#7
jdpraveen wants to merge 1 commit 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.

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