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

Make all.bash tests pass in on macOS #4

Open
AlekSi opened this issue Apr 15, 2021 · 0 comments
Open

Make all.bash tests pass in on macOS #4

AlekSi opened this issue Apr 15, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@AlekSi
Copy link
Owner

AlekSi commented Apr 15, 2021

golang-tip/Makefile

Lines 22 to 29 in bd6b3b8

# run tests when limits problem is fixed
# TODO https://github.com/AlekSi/golang-tip/issues/4
targz-build:
test -n "$(GO_BRANCH)"
rm -fr /tmp/golang-tip
git clone --branch $(GO_BRANCH) https://go.googlesource.com/go /tmp/golang-tip
cd /tmp/golang-tip/src && env GOROOT_FINAL=/usr/local/golang-tip ./make.bash

@AlekSi AlekSi added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant