Skip to content

Back to GCC#289

Merged
djensenius merged 1 commit into
mainfrom
back-to-gcc
Feb 8, 2026
Merged

Back to GCC#289
djensenius merged 1 commit into
mainfrom
back-to-gcc

Conversation

@djensenius
Copy link
Copy Markdown
Owner

This pull request updates the installation scripts to use gcc as the C compiler for all Cargo package installations instead of clang. Additionally, it adjusts the set of essential APT packages to include build-essential and removes redundant installations. These changes improve compatibility and standardize the build environment across both the main and parallel installation scripts.

Compiler standardization for Cargo installations:

  • All cargo install commands in both install.sh and scripts/parallel-install.sh now use CC=gcc instead of CC=clang for building Rust packages, ensuring consistent compilation and avoiding issues on systems where clang is not available. [1] [2] [3] [4] [5] [6] [7]

APT package installation adjustments:

  • The list of essential APT packages in install.sh has been modified to include build-essential (which provides gcc and other core build tools) and remove the explicit installation of clang, aligning the system dependencies with the new compiler choice.

@djensenius djensenius merged commit a1861f0 into main Feb 8, 2026
5 checks passed
@djensenius djensenius deleted the back-to-gcc branch February 8, 2026 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant