okarmazin
Language provider from `nixpacks.toml` is not used
Project:
f6bf90d2-8b23-4b9c-bfb2-49eabce8e261
Contents of nixpacks.toml
:
Contents of railway.toml
:
No provider gets used:
-------------
The result is identical if I specify the provider as providers = ["...", "java"]
to allow for provider autodiscovery.4 replies
Symbolic links not resolved when building with Nixpacks?
project
8093f881-dd83-4250-b725-dd87c94a218e
service c4c15496-00f3-4369-a0e6-212cfedc8913
Railway builder: Nixpacks
Build tool: Gradle
Language: Kotlin
The source directory of one of my modules ({module}/src/main/kotlin
) is a symbolic link to a sibling module's source directory. The link is correct and checked in to version control - GitLab CI builds this project without any issues using the same build command.
During Railway builds, however, the symbolic link isn't resolved, the module which owns the symlink reports NO-SOURCE
and compilation of dependent modules fails due to unresolved references.
Is there anything I can do to fix this?
I suppose instead of a link I could copy the sibling module's source code during setup phase?5 replies