-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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: test on 32bit os #5429
ci: test on 32bit os #5429
Conversation
Blocked on #5367 / propagating new badger |
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.
Rebased as badger has been updated.
@@ -30,18 +30,18 @@ TGTS_GX_$(d) := hang-fds | |||
TGTS_GX_$(d) := $(addprefix $(d)/,$(TGTS_GX_$(d))) | |||
|
|||
$(TGTS_GX_$(d)): | |||
go build -i $(go-flags-with-tags) -o "$@" "$(call gx-path,$(notdir $@))" |
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.
Do you remember why we needed to remove this flag?
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.
IIRC when cross compiling, go would try to write objects to /usr
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.
Ah. Yeah, that makes sense.
|
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
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.
We no longer use Jenkins but we might as well merge this before it bitrots.
To test for stuff like #5367
There is also one test fail in gateway test code: