Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

tests: Only run race test on supported arch #3684

Merged
merged 1 commit into from
May 22, 2017
Merged

tests: Only run race test on supported arch #3684

merged 1 commit into from
May 22, 2017

Conversation

glevand
Copy link
Contributor

@glevand glevand commented May 19, 2017

Fixes build errors like these when run on non amd64 machines:

go test: -race and -msan are only supported on linux/amd64, freebsd/amd64, darwin/amd64 and windows/amd64

A few other ways we can do this are to put the GO_RACE variable into variables.mk, or put a test into configure.ac. Just let me know if you have a preference.

Fixes build errors like these when run on non amd64 machines:

    go test: -race and -msan are only supported on linux/amd64, freebsd/amd64, darwin/amd64 and windows/amd64

Signed-off-by: Geoff Levand <geoff@infradead.org>
@squeed
Copy link
Contributor

squeed commented May 22, 2017

LGTM; test failure is a flake

@squeed squeed merged commit dea95cd into rkt:master May 22, 2017
@glevand glevand deleted the for-merge-race branch May 22, 2017 16:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants