@@ -166,31 +166,6 @@ def job_rpi2():
166
166
'--target-arch=arm' ,
167
167
'--target-board=rpi2' ,
168
168
'--profile=test/profiles/rpi2-linux.profile' ])
169
-
170
- @job ('artik053' )
171
- def job_artik053 ():
172
- start_container ()
173
-
174
- exec_docker (DOCKER_TIZENRT_PATH , ['git' , 'fetch' , '--tags' ])
175
- # Checkout specified tag
176
- exec_docker (DOCKER_TIZENRT_PATH , ['git' , 'checkout' , TIZENRT_TAG ])
177
- # Pick libtuv's sys/uio.h and add transition header
178
- exec_docker (DOCKER_TIZENRT_PATH , ['git' , 'cherry-pick' ,
179
- 'e020ef62431484b64747c760880d2b6723eb28e4' ])
180
- exec_docker (DOCKER_TIZENRT_OS_PATH ,
181
- ['ln' , '-fs' , 'sys/uio.h' , 'include' ])
182
- # Set configure
183
- exec_docker (DOCKER_TIZENRT_OS_TOOLS_PATH , [
184
- './configure.sh' , 'artik053/iotjs' ])
185
-
186
- for buildtype in BUILDTYPES :
187
- set_config_tizenrt (buildtype )
188
- exec_docker (DOCKER_TIZENRT_OS_PATH , [
189
- 'make' , 'IOTJS_ROOT_DIR=%s' % DOCKER_IOTJS_PATH ,
190
- 'IOTJS_BUILD_OPTION="--buildtype=%s '
191
- '--profile=test/profiles/tizenrt.profile"' % buildtype
192
- ])
193
-
194
169
@job ('stm32f4dis' )
195
170
def job_stm32f4dis ():
196
171
start_container ()
0 commit comments