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:
Jakub Sokołowski 2023-10-04 15:53:37 +02:00
parent 9dc5527627
commit ebc48c0072
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 0 additions and 15 deletions

View File

@ -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') {
steps { script {
linux.bundle('tgz-linux')