File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -184,35 +184,6 @@ matrix:
184
184
find -name "*.s" | tee BUILD/badasm |
185
185
sed -e "s/^/Bad Assembler file name found: /" && [ ! -s BUILD/badasm ]
186
186
187
- - << : *docs-vm
188
- name : " Frozen tools check"
189
- env : NAME=frozen_tools_check
190
- script :
191
- # Reject any changes to tools that would require a re-release of the
192
- # tools for the online compiler.
193
- - >-
194
- frozen_files=`\
195
- git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
196
- | egrep \
197
- -e "^tools/build_api*" \
198
- -e "^tools/config*" \
199
- -e "^tools/export*" \
200
- -e "^tools/notifier*" \
201
- -e "^tools/paths*" \
202
- -e "^tools/resources*" \
203
- -e "^tools/targets*" \
204
- -e "^tools/toolchains*" \
205
- -e "^tools/utils*" \
206
- -e "^$"`
207
- if [ -z "$frozen_files" ]; then
208
- echo "Success!";
209
- else
210
- echo -e "Failure: Frozen files were modified\n$frozen_files";
211
- echo -e "Please see https://os.mbed.com/blog/entry/Introducing-the-new-Mbed-Tools/" \
212
- "\nfor why we've frozen the legacy tools.";
213
- false;
214
- fi
215
-
216
187
# ## Python Tests ###
217
188
- &pytools-vm
218
189
stage : " Pytest"
You can’t perform that action at this time.
0 commit comments