Skip to content

Commit 4557e9b

Browse files
Hacker-CBHacker-CB
authored andcommitted
Update build tools for improved platform compatibility
Replace gcc, g++, and make with build-essential, pkg-config, and clang-format in Dockerfile and documentation. Replit-Commit-Author: Agent Replit-Commit-Session-Id: a3d20cb2-655b-4547-b85e-fad1418c5c73 Replit-Commit-Checkpoint-Type: full_checkpoint
1 parent 6be2ab3 commit 4557e9b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

images/platformio/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ ENV PLATFORMIO_BUILD_CACHE_DIR=/opt/platformio/.cache/build
1616
# Install essential build tools only
1717
RUN apt-get update && apt-get install -y \
1818
# Build essentials
19-
gcc \
20-
g++ \
21-
make \
19+
build-essential \
20+
pkg-config \
2221
cmake \
22+
clang-format \
2323
# Version control and network tools
2424
git \
2525
curl \

images/platformio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Docker image for PlatformIO CI/CD builds with pre-installed ESP32 and native pla
1414
- Arduino
1515
- Unity testing framework
1616
- Python packages: protobuf, jinja2
17-
- Essential build tools (gcc, g++, make, cmake, git, curl, wget, jq)
17+
- Essential build tools (build-essential, pkg-config, cmake, clang-format, git, curl, wget, jq)
1818

1919
## Quick Start
2020

replit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Preferred communication style: Simple, everyday language.
4242
**Included Tooling**:
4343
- PlatformIO Core (latest version)
4444
- Unity testing framework for unit tests
45-
- Essential build tools (gcc, g++, make, cmake)
45+
- Essential build tools (build-essential, pkg-config, cmake, clang-format)
4646
- Version control and network utilities (git, curl, wget, jq)
4747
- Python packages (protobuf, jinja2) for code generation and templating
4848

0 commit comments

Comments
 (0)