mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Fix Status.im 1.13.0 build
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 <jakub@status.im>
This commit is contained in:
parent
b4a829011d
commit
e94ccabd49
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue