Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix textile servers #130

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

jackwilsdon
Copy link
Contributor

This PR reverts 1ba686c and adds some extra changes on top to fix Fabric and some runtime dependency detection issues. Fixes #60, #65.

@jackwilsdon
Copy link
Contributor Author

Tested that the following start properly:

  • quiltServers.quilt-1_19_4
  • quiltServers.quilt-1_20_6
  • quiltServers.quilt-1_21_4
  • fabricServers.fabric-1_19_4
  • fabricServers.fabric-1_20_6
  • fabricServers.fabric-1_21_4

You can verify that Nix knows about the package's runtime dependencies using the following commands:

$ nix build .#quiltServers.quilt-1_19_4
$ nix-store --query --requisites result | grep jar$

@jackwilsdon
Copy link
Contributor Author

Updated with new formatting from e6e6044. Tested that the following start properly:

  • quiltServers.quilt-1_19_4
  • quiltServers.quilt-1_20_6
  • quiltServers.quilt-1_21_4
  • fabricServers.fabric-1_19_4
  • fabricServers.fabric-1_20_6
  • fabricServers.fabric-1_21_4

Noticed that legacy fabric also wasn't working, fixed in adc655d and tested that the following start properly:

  • legacyFabricServers.legacy-fabric-1_11_2
  • legacyFabricServers.legacy-fabric-1_12_2
  • legacyFabricServers.legacy-fabric-1_13_2

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.

Quilt issue: quilt_loader missing
1 participant