-
Notifications
You must be signed in to change notification settings - Fork 214
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
[Merged by Bors] - Fix building project when go-svm
is imported
#3052
Conversation
go-svm
is imported
TODO: create a test release from this branch and check if it works |
|
|
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
tryBuild succeeded: |
fixed |
New release https://github.com/spacemeshos/go-spacemesh/releases/tag/untagged-fea03f4b289681e3b984 seems working on macOS too |
# Conflicts: # go.mod
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
bors merge |
## Motivation <!-- Please mention the issue fixed by this PR or detailed motivation --> WIP on spacemeshos/pm#89: > Add `go-svm` to `go-spacemesh` as a dependency (mostly about getting the build/linkage to work). <!-- `Closes #XXXX, closes #XXXX, ...` links mentioned issues to this PR and automatically closes them when this it's merged --> ## Changes <!-- Please describe in detail the changes made --> - Import github.com/spacemeshos/go-svm/svm - Fix Makefiles for the import ## Test Plan <!-- Please specify how these changes were tested (e.g. unit tests, manual testing, etc.) --> UT ## DevOps Notes <!-- Please uncheck these items as applicable to make DevOps aware of changes that may affect releases --> - [x] This PR does not require configuration changes (e.g., environment variables, GitHub secrets, VM resources) - [x] This PR does not affect public APIs - [x] This PR does not rely on a new version of external services (PoET, elasticsearch, etc.) - [x] This PR does not make changes to log messages (which monitoring infrastructure may rely on)
Build failed: |
looks like an infra failure |
bors merge |
## Motivation <!-- Please mention the issue fixed by this PR or detailed motivation --> WIP on spacemeshos/pm#89: > Add `go-svm` to `go-spacemesh` as a dependency (mostly about getting the build/linkage to work). <!-- `Closes #XXXX, closes #XXXX, ...` links mentioned issues to this PR and automatically closes them when this it's merged --> ## Changes <!-- Please describe in detail the changes made --> - Import github.com/spacemeshos/go-svm/svm - Fix Makefiles for the import ## Test Plan <!-- Please specify how these changes were tested (e.g. unit tests, manual testing, etc.) --> UT ## DevOps Notes <!-- Please uncheck these items as applicable to make DevOps aware of changes that may affect releases --> - [x] This PR does not require configuration changes (e.g., environment variables, GitHub secrets, VM resources) - [x] This PR does not affect public APIs - [x] This PR does not rely on a new version of external services (PoET, elasticsearch, etc.) - [x] This PR does not make changes to log messages (which monitoring infrastructure may rely on)
Build failed: |
bors merge |
## Motivation <!-- Please mention the issue fixed by this PR or detailed motivation --> WIP on spacemeshos/pm#89: > Add `go-svm` to `go-spacemesh` as a dependency (mostly about getting the build/linkage to work). <!-- `Closes #XXXX, closes #XXXX, ...` links mentioned issues to this PR and automatically closes them when this it's merged --> ## Changes <!-- Please describe in detail the changes made --> - Import github.com/spacemeshos/go-svm/svm - Fix Makefiles for the import ## Test Plan <!-- Please specify how these changes were tested (e.g. unit tests, manual testing, etc.) --> UT ## DevOps Notes <!-- Please uncheck these items as applicable to make DevOps aware of changes that may affect releases --> - [x] This PR does not require configuration changes (e.g., environment variables, GitHub secrets, VM resources) - [x] This PR does not affect public APIs - [x] This PR does not rely on a new version of external services (PoET, elasticsearch, etc.) - [x] This PR does not make changes to log messages (which monitoring infrastructure may rely on)
Pull request successfully merged into develop. Build succeeded: |
go-svm
is importedgo-svm
is imported
## Motivation I forgot to update the Makefile path in #3052 ## Changes <!-- Please describe in detail the changes made --> - Fix Makefile path in `go-env-test.run.xml`
## Motivation I forgot to update the Makefile path in #3052 ## Changes <!-- Please describe in detail the changes made --> - Fix Makefile path in `go-env-test.run.xml`
## Motivation I forgot to update the Makefile path in #3052 ## Changes <!-- Please describe in detail the changes made --> - Fix Makefile path in `go-env-test.run.xml`
Motivation
WIP on spacemeshos/pm#89:
Changes
Test Plan
UT
DevOps Notes