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

Pass through /Dev/urandom #248

Closed
vchuravy opened this issue May 22, 2018 · 2 comments
Closed

Pass through /Dev/urandom #248

vchuravy opened this issue May 22, 2018 · 2 comments

Comments

@vchuravy
Copy link
Member

When running the LLVM test in the sandbox it fails with:

NotImplementedError: /dev/urandom (or equivalent) not found

@staticfloat
Copy link
Member

staticfloat commented May 23, 2018

sandbox-side of this will be fixed with 9574557. Since the sandbox is bundled with the rootfs, this won't be generally available until the next rootfs release, which might be a little while coming, as I'd like to investigate #253 before pushing out the next rootfs.

Luckily, once e303555 lands, using new sandbox executables with old rootfs images will be super easy. You just gcc -o /tmp/sandbox BinaryBuilder.jl/deps/sandbox.c, then BINARYBUILDER_SANDBOX_PATH=/tmp/sandbox julia and go about your business as usual, reaping the rewards of the fresh sandbox immediately.

@KristofferC
Copy link
Member

Can be closed by #252 I think.

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

3 participants