-
Notifications
You must be signed in to change notification settings - Fork 0
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
gridtools build requires network access #42
Comments
nix-shell does not build. Here is my output. Any help? these 2 derivations will be built: make[2]: *** [CMakeFiles/cpp_bindgen-populate.dir/build.make:102: cpp_bindgen-populate-prefix/src/cpp_bindgen-populate-stamp/cpp_bindgen-populate-download] Error 1 CMake Error at /nix/store/mnq9fvg9yqan4g1pgis01l0mqfkihpqs-cmake-3.21.2/share/cmake-3.21/Modules/FetchContent.cmake:1017 (message): -- Configuring incomplete, errors occurred! |
I think this can be worked around by setting this configuration option in nix.conf: https://nixos.org/manual/nix/stable/command-ref/conf-file.html#conf-sandbox |
Right, that should solve it. Sorry about that. This is low priority right now. |
I noticed that the grid-tools builds fail in a sandboxed environment. The cmake builds seem to download some source code from github.com. Should we try to make this build pure @jdahm?
The text was updated successfully, but these errors were encountered: