File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- rn : react-native-community/react-native@5.6.2
5
- android : circleci/android@1.0.3
4
+ rn : react-native-community/react-native@7
5
+ android : circleci/android@2
6
6
7
7
# - rn/yarn_install
8
8
# fails with Error untarring cache: Error extracting tarball /var/folders/bq/mjrgbpkx5h1g_b22fpv0tlzc0000gn/T/cache376822577 : tmp/yarn/: Cannot extract through symlink tmp/yarn tmp/yarn/v6/: Cannot extract through symlink tmp/yarn/v6 tmp/yarn/v6/.tmp/: Cannot extract through symlink tmp/yarn/v6/.tmp tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel/code-frame/: Cannot extract: exit status 1
12
12
analyse_js :
13
13
executor :
14
14
name : rn/linux_js
15
- node_version : ' 16 '
15
+ node_version : ' lts '
16
16
steps :
17
17
- checkout
18
18
# - rn/yarn_install
@@ -65,18 +65,16 @@ jobs:
65
65
executor :
66
66
name : android/android-machine
67
67
resource-class : large
68
+ tag : ' 2022.01.1'
68
69
steps :
69
70
- checkout
70
71
- run :
71
- name : change default node version
72
- command : |
73
- nvm install v16.17.0
74
- nvm alias default v16.17.0
75
- echo 'export PATH=/opt/circleci/.nvm/versions/node/v16.17.0/bin:$PATH' >> $BASH_ENV
72
+ command : avdmanager list
73
+ name : list avds
76
74
- android/create-avd :
77
75
avd-name : TestingAVD
78
76
system-image : system-images;android-29;default;x86
79
- additional-args : --device " pixel_4_xl"
77
+ additional-args : --device pixel_4_xl
80
78
install : true
81
79
- android/start-emulator :
82
80
avd-name : TestingAVD
@@ -105,7 +103,7 @@ jobs:
105
103
publish :
106
104
executor :
107
105
name : rn/linux_js
108
- node_version : ' 16 '
106
+ node_version : ' lts '
109
107
steps :
110
108
- checkout
111
109
# - rn/yarn_install
You can’t perform that action at this time.
0 commit comments