From e94ccabd49c2941e0068d7260288938f9f9b0c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 8 Jun 2021 09:37:31 +0200 Subject: [PATCH] Fix Status.im 1.13.0 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some incomprehensible reason it fails with: ``` error: creating directory '/tmp/tmp-status-react-896b583da/nix-shell-900-0': Permission denied ``` https://monitor.f-droid.org/builds/log/im.status.ethereum/2021042608 Since `/tmp` should always have `1777` permisions this should not happen, but since it does I'm adding this dirty hack to the config. Signed-off-by: Jakub SokoĊ‚owski --- metadata/im.status.ethereum.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata/im.status.ethereum.yml b/metadata/im.status.ethereum.yml index 5cf58c6dcf..ccf021f37d 100644 --- a/metadata/im.status.ethereum.yml +++ b/metadata/im.status.ethereum.yml @@ -69,6 +69,7 @@ Builds: sudo: - cd build/im.status.ethereum - make fdroid-build-env + - chown -R vagrant /tmp init: nix/scripts/setup.sh output: result/app-release-unsigned.apk scanignore: