8000 Speed up CI builds with caching hacks by earlephilhower · Pull Request #5539 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Speed up CI builds with caching hacks #5539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jan 5, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unwanted debug change
  • Loading branch information
earlephilhower committed Jan 5, 2019
commit f87edfe52fed956c45eaca0564b3577709f59a1a
1 change: 0 additions & 1 deletion tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def compile(tmp_dir, sketch, cache, tools_dir, hardware_dir, ide_path, f, args):
cmd += 'dbg={debug_port},lvl={debug_level}'.format(**vars(args))
cmd += ' '
cmd += '-ide-version=10607 '
cmd += '-debug-level=10 '
cmd += '-warnings={warnings} '.format(**vars(args))
if args.verbose:
cmd += '-verbose '
Expand Down
0