-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix mktemp invocation in ui makefile #907
Comments
@stuartnelson3 Strange, seems to work fine with Linux. @w0rm are you facing the same issues? |
@mxinden yeah, I could reproduce this on macOS make build-all
cd /Users/w0rm/Work/Go/src/github.com/prometheus/alertmanager/ui/app && /Applications/Xcode.app/Contents/Developer/usr/bin/make script.js
>> building elm-env docker image
>> format front-end code
Processing multiple files...
>> building script.js
Success! Compiled 1 module.
Successfully generated ./elm-XXXXXXXXXX.js
make: go-bindata: No such file or directory
make: *** [ui/bindata.go] Error 1 |
@mxinden @stuartnelson3 any idea how to fix this on macOS? |
Not sure off the top of my head, but I guess you can check the macos man page for mktemp |
hh
pushed a commit
to ii/alertmanager
that referenced
this issue
Apr 18, 2018
Update ppc64le end-to-end fixture.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
on macOS:
mktemp isn't using the provided template.
The text was updated successfully, but these errors were encountered: