Skip to content

Conversation

@wtfloris
Copy link

@wtfloris wtfloris commented Feb 4, 2026

Installing this on a fresh VM that didn't have make or g++ installed by default, the install script fails. This PR adds those requirements to the install script.

@vercel
Copy link

vercel bot commented Feb 4, 2026

@wtfloris is attempting to deploy a commit to the Amantus Machina Team on Vercel.

A member of the Team first needs to authorize it.

elif command -v yum &> /dev/null; then
maybe_sudo yum groupinstall -y "Development Tools"
fi
echo -e "${SUCCESS}✓${NC} Build tools installed"
Copy link

@vercel vercel bot Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Silent failure in build tools installation: if no package manager is detected, the script prints success message even though nothing was installed

Fix on Vercel

wtfloris and others added 2 commits February 4, 2026 21:06
- Install build-essential on Debian/Ubuntu
- Install Development Tools + gcc-c++ on Fedora/RHEL
- Ensures make and g++ are available for native module compilation

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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