Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chromium/129.0.6668.100 package update #30357

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Oct 8, 2024

@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr P1 This label indicates our scanning found High, Medium or Low CVEs for these packages. labels Oct 8, 2024
Copy link
Contributor Author

octo-sts bot commented Oct 8, 2024

Open AI suggestions to solve the build error:

The error log indicates the following issues:

1. **Warning**: "target-architecture and --arch do not overlap, nothing to build"
   - This suggests that the specified target architecture in your build configuration does not match the architecture provided with the `--arch` flag. 

2. **Warning**: "skipping test for chromium on arm64"
   - This indicates that the test for Chromium is being skipped on the arm64 architecture.

To resolve these issues, you should:

- Verify and ensure that the target architecture in your build configuration matches the architecture specified with the `--arch` flag.
- Update your build configuration or command to align the architectures.
- Re-run the build process and check for any additional warnings or errors.

Signed-off-by: RJ Trujillo <[email protected]>
Copy link
Contributor Author

octo-sts bot commented Oct 8, 2024

Open AI suggestions to solve the build error:

The error message indicates a mismatch in architecture settings: "WARN target-architecture and --arch do not overlap, nothing to build\nWARN skipping test for chromium on arm64". To resolve this, ensure that the target architecture in your build configuration matches the `--arch` flag, and adjust them accordingly before re-running the build process.

Copy link
Contributor Author

octo-sts bot commented Oct 9, 2024

Open AI suggestions to solve the build error:

The error message indicates that the build process is skipping the architecture `arm64` because the target architecture and the specified `--arch` do not overlap, resulting in nothing to build. Additionally, it is skipping tests for `chromium` on `arm64`.

To fix this error, you should:
1. Verify that the build configuration includes `arm64`.
2. Ensure that the `--arch` parameter matches the target architecture.
3. Update any scripts or configuration files to include `arm64`.
4. Re-run the build process after making these adjustments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated pr P1 This label indicates our scanning found High, Medium or Low CVEs for these packages. request-version-update request for a newer version of a package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants