status-react/ci
Jakub Sokołowski c5df51d944
nix: upgrade from 2.13.4 to 2.19.3
We are moving location of symlinks for build derivations for `gcroots`
from `/nix/var/nix/gcroots/per-user` to `.nix-gcroots` in the repo to
avoid errors like this caused by profile migration in `2.14` release:
```
error: creating directory '/nix/var/nix/gcroots/per-user/joe': Permission denied
```
For more details see: https://github.com/NixOS/nix/issues/8564

To upgrade without using `make nix-purge` use `make nix-upgrade`.

Related infra change:
https://github.com/status-im/infra-ci/commit/37c6ce47

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-02-13 13:32:50 +01:00
..
tests Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519) 2024-02-02 19:44:00 +05:30
tools Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519) 2024-02-02 19:44:00 +05:30
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android nix: upgrade from 2.13.4 to 2.19.3 2024-02-13 13:32:50 +01:00
Jenkinsfile.combined Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519) 2024-02-02 19:44:00 +05:30
Jenkinsfile.e2e-nightly Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519) 2024-02-02 19:44:00 +05:30
Jenkinsfile.ios nix: upgrade from 2.13.4 to 2.19.3 2024-02-13 13:32:50 +01:00
Jenkinsfile.tests nix: upgrade from 2.13.4 to 2.19.3 2024-02-13 13:32:50 +01:00
README.md ci: upgrade jenkins lib to 1.2.12 to generalize GH release 2021-04-19 11:47:34 +02:00

README.md

Description

This folder contains files defininf Jenkins pipelines that run on https://ci.status.im/.

Libraries

All Jenkinsfiles contain the following line:

library 'status-jenkins-lib@master'

Which loads the used methods - like nix.shell() - from a separate private repo:

https://github.com/status-im/status-jenkins-lib

This is done to improve security of our CI setup.