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

Resulting bundle is missing in some cases #86

Open
tim2CF opened this issue Feb 8, 2022 · 0 comments
Open

Resulting bundle is missing in some cases #86

tim2CF opened this issue Feb 8, 2022 · 0 comments

Comments

@tim2CF
Copy link

tim2CF commented Feb 8, 2022

Building bundle works locally, but is not working on github ci. I'm building it inside nix docker container anyway, so environment should be completely identical. Command nix-bundle on ci is actually not doing exit with error, but instead of copying result, printing to stdout:

 building '/nix/store/53xbvxhx70sn2ws4nslg6m77mqfanyqb-arx.drv'...
/nix/store/qy9pclnqpmckwa9a297a8jifjkrw357b-arx

And then terminates normally. I do suspect that the reason is this line (probably returns false)

https://github.com/matthewbauer/nix-bundle/blob/223f4ffc4179aa318c34dc873a08cb00090db829/nix-bundle.sh#L57

What can cause this behaviour and how to fix it?

@tim2CF tim2CF changed the title Resulting bundle in missing in some cases Resulting bundle is missing in some cases Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant