-
Notifications
You must be signed in to change notification settings - Fork 81
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
Labels
Comments
the |
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
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
"go-bindata","mockgen","protoc": executable file not found in $PATH
jenkins/prs/package/macos/aarch64
vendor/nimbus-build-system/scripts/env.sh: line 83: nim: command not found
jenkins/prs/package/macos/x86_64
vendor/nimbus-build-system/scripts/env.sh: line 83: nim: command not found
jenkins/prs/package/windows/x86_64
"go-bindata","mockgen","protoc": executable file not found in $PATH
jenkins/prs/tests/nim
vendor/nimbus-build-system/scripts/env.sh: line 83: nim: command not found
The text was updated successfully, but these errors were encountered: