Skip to content

xfsprogs_image: Add gcc for bazel coverage in test image #9527

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sluongng
Copy link
Contributor

@sluongng sluongng commented Jun 2, 2025

Fastcopy_test consistently failed in our scheduled 'bazel coverage'
workflow.

Inspecting the failure, we found:

GCov does not exist at the given path: ''
/workspace/bazel-out/platform_linux_x86_64-opt-exec/bin/external/remote_coverage_tools/Main: line 409: /workspace/bazel-out/platform_linux_x86_64-opt-exec/bin/external/remote_coverage_tools/Main.runfiles/remotejdk11_linux/bin/java: cannot execute: required file not found

Fix this by adding gcov to the image through gcc apk.

Fastcopy_test consistently failed in our scheduled 'bazel coverage'
workflow.

Inspecting the failure, we found:

```
GCov does not exist at the given path: ''
/workspace/bazel-out/platform_linux_x86_64-opt-exec/bin/external/remote_coverage_tools/Main: line 409: /workspace/bazel-out/platform_linux_x86_64-opt-exec/bin/external/remote_coverage_tools/Main.runfiles/remotejdk11_linux/bin/java: cannot execute: required file not found
```

Fix this by adding gcov to the image through gcc apk.
@sluongng sluongng requested a review from bduffany June 2, 2025 13:12
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