mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 17:19:02 +00:00
ci: drop temporary Nim client build fix
There is no need for this fix since this was resolved in: https://github.com/status-im/infra-ci/issues/88 https://github.com/status-im/status-desktop/pull/11955 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9dc5527627
commit
ebc48c0072
@ -79,21 +79,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Client') {
|
|
||||||
environment {
|
|
||||||
/* Hack-fix for wrong config path location causing:
|
|
||||||
* Error: unhandled exception: Read-only file system */
|
|
||||||
RESOURCES_LAYOUT = '-d:production'
|
|
||||||
}
|
|
||||||
steps { script {
|
|
||||||
/* Temporary hack-fix for failing Linux builds:
|
|
||||||
* https://github.com/status-im/infra-ci/issues/88 */
|
|
||||||
timeout(10) { retry(20) {
|
|
||||||
sh 'make nim_status_client'
|
|
||||||
} }
|
|
||||||
} }
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Package') {
|
stage('Package') {
|
||||||
steps { script {
|
steps { script {
|
||||||
linux.bundle('tgz-linux')
|
linux.bundle('tgz-linux')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user