8000 Tools - mkbuildoptglobals refactoring & attempt to fix caching by mcspr · Pull Request #9249 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Tools - mkbuildoptglobals refactoring & attempt to fix caching #9249

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

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
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
rebase unused var
  • Loading branch information
mcspr committed Jul 1, 2025
commit 0c67f3336b4c5f5d8bcb077068dc766397439a90
1 change: 0 additions & 1 deletion tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ function install_core()
{
local core_path=$1
local hardware_core_path=$2
local debug=$3

# Set our custom settings for all builds
printf "%s\n" \
Expand Down
0