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

CI is broken due to purging of generated files in status-go #16477

Closed
10 tasks done
siddarthkay opened this issue Oct 7, 2024 · 1 comment
Closed
10 tasks done

CI is broken due to purging of generated files in status-go #16477

siddarthkay opened this issue Oct 7, 2024 · 1 comment
Labels
bug Something isn't working infra-team

Comments

@siddarthkay
Copy link
Contributor

siddarthkay commented Oct 7, 2024

Summary

Due to merging of status-im/status-go#5878 and once those changes have made their way into the vendor directory of status-desktop CI pipelines are all red.

Below are the broken ones that are required

  • jenkins/prs/package/linux/x86_64
    • Fails at status-go stage due "go-bindata","mockgen","protoc": executable file not found in $PATH
  • jenkins/prs/package/macos/aarch64
    • Fails at package stage due to vendor/nimbus-build-system/scripts/env.sh: line 83: nim: command not found
  • jenkins/prs/package/macos/x86_64
    • Fails at package stage due to vendor/nimbus-build-system/scripts/env.sh: line 83: nim: command not found
  • jenkins/prs/package/windows/x86_64
    • Fails at status-go stage due "go-bindata","mockgen","protoc": executable file not found in $PATH
  • jenkins/prs/tests/nim
    • Fails at tests stage due to vendor/nimbus-build-system/scripts/env.sh: line 83: nim: command not found
@siddarthkay
Copy link
Contributor Author

the nim: command not found was caused due to my mistake here -> 621359e

Image

jakubgs pushed a commit that referenced this issue Oct 8, 2024
Requires things like: go-bindata mockgen protobuf

Fixes:
#16477

For more details see:
status-im/status-go#5878

Signed-off-by: Jakub Sokołowski <[email protected]>
jakubgs pushed a commit that referenced this issue Oct 8, 2024
Requires things like: go-bindata mockgen protobuf

Fixes:
#16477

For more details see:
status-im/status-go#5878

Signed-off-by: Jakub Sokołowski <[email protected]>
jakubgs pushed a commit that referenced this issue Oct 8, 2024
Requires things like: go-bindata mockgen protobuf

Fixes:
#16477

For more details see:
status-im/status-go#5878

Signed-off-by: Jakub Sokołowski <[email protected]>
jakubgs pushed a commit that referenced this issue Oct 8, 2024
Requires things like: go-bindata mockgen protobuf

Fixes:
#16477

For more details see:
status-im/status-go#5878

Signed-off-by: Jakub Sokołowski <[email protected]>
jakubgs pushed a commit that referenced this issue Oct 8, 2024
Requires things like: go-bindata mockgen protobuf

Fixes:
#16477

For more details see:
status-im/status-go#5878

Signed-off-by: Jakub Sokołowski <[email protected]>
jakubgs pushed a commit that referenced this issue Oct 8, 2024
Requires things like: go-bindata mockgen protobuf

Fixes:
#16477

For more details see:
status-im/status-go#5878

Signed-off-by: Jakub Sokołowski <[email protected]>
jakubgs pushed a commit that referenced this issue Oct 8, 2024
Requires things like: go-bindata mockgen protobuf

Fixes:
#16477

For more details see:
status-im/status-go#5878

Signed-off-by: Jakub Sokołowski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infra-team
Projects
Archived in project
Development

No branches or pull requests

2 participants