]> git.immae.eu Git - github/fretlink/docker-nix.git/commit
Remove sandbox=false 11/head
authorIsmaël Bouya <ismael.bouya@fretlink.com>
Wed, 13 Oct 2021 14:25:28 +0000 (16:25 +0200)
committerIsmaël Bouya <ismael.bouya@fretlink.com>
Thu, 14 Oct 2021 13:04:21 +0000 (15:04 +0200)
commit516309b3450efd106238957987a66b1881fc8f5f
treef78b742c9c045dba5a66052f1e9e6e1c924555b0
parenta2c9e219463ea33db5fd57ac178b459bc6d754b5
Remove sandbox=false

The sandbox was (probably) enabled due to the .stack/shell.nix files: it made use of buildStackProject, which requires to run outside of the sandbox for some reason ( https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/generic-stack-builder.nix#L25 ). Now that this file is not used anymore, we can reenable the sandbox.

It should help fix in particular this recent issue we’re facing in the CI: https://github.com/jfischoff/tmp-postgres/issues/251
alpine/Dockerfile
debian/Dockerfile