-
-
Notifications
You must be signed in to change notification settings - Fork 92
Building from source hangs indefinitely #449
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Attempting to build from source (via make install) hanged indefinitely. After compiling the build file swiftc ./scripts/build.swift it would run ./build and never exit.
To Reproduce
I was using a dev container, so this is pretty easy to reproduce.
Created a new dev container with Swift 5.9 selected from:
https://github.com/swift-server/swift-devcontainer-template
I believe I had to install make using apt, since the dev container didn't have it by default.
Attempted to install vapor toolbox as listed out by the docs:
git clone https://github.com/vapor/toolbox.git
cd toolbox
git checkout 18.7.4
make install
Expected behavior
The toolbox would build and install appropriately
Environment
Swift 5.9.2-RELEASE
- Vapor Framework version: N/A
- Vapor Toolbox version: 18.7.4
- OS version: Derivative of Ubuntu:
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working