mirror of
https://github.com/status-im/status-react.git
synced 2025-02-23 08:08:33 +00:00
don't use sandbox for Nix Cache builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f9af0825ce
commit
8ac20b442e
@ -46,6 +46,7 @@ pipeline {
|
|||||||
platforms.each { os ->
|
platforms.each { os ->
|
||||||
nix.build(
|
nix.build(
|
||||||
attr: "targets.status-go.${os}.buildInputs",
|
attr: "targets.status-go.${os}.buildInputs",
|
||||||
|
sandbox: false,
|
||||||
link: false
|
link: false
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -57,6 +58,7 @@ pipeline {
|
|||||||
* (e.g. maven and node repos) */
|
* (e.g. maven and node repos) */
|
||||||
nix.build(
|
nix.build(
|
||||||
attr: 'targets.mobile.android.jsbundle',
|
attr: 'targets.mobile.android.jsbundle',
|
||||||
|
sandbox: false,
|
||||||
pure: false,
|
pure: false,
|
||||||
link: false
|
link: false
|
||||||
)
|
)
|
||||||
@ -67,6 +69,7 @@ pipeline {
|
|||||||
/* build/fetch things required to build jsbundle and android */
|
/* build/fetch things required to build jsbundle and android */
|
||||||
nix.build(
|
nix.build(
|
||||||
attr: 'targets.mobile.android.buildInputs',
|
attr: 'targets.mobile.android.buildInputs',
|
||||||
|
sandbox: false,
|
||||||
pure: false,
|
pure: false,
|
||||||
link: false
|
link: false
|
||||||
)
|
)
|
||||||
@ -77,6 +80,7 @@ pipeline {
|
|||||||
/* build/fetch things required to instantiate shell.nix for TARGET=all */
|
/* build/fetch things required to instantiate shell.nix for TARGET=all */
|
||||||
nix.build(
|
nix.build(
|
||||||
attr: 'shells.default.buildInputs',
|
attr: 'shells.default.buildInputs',
|
||||||
|
sandbox: false,
|
||||||
link: false
|
link: false
|
||||||
)
|
)
|
||||||
} }
|
} }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user