mirror of
https://github.com/nspcc-dev/neo-bench.git
synced 2026-03-01 04:28:43 +00:00
Adapt new NeoModules plugins build scheme #45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnnaShaleva on GitHub (Nov 29, 2023).
We have multiple dockerfiles for C# node building, and we need to ensure that we don't copy plugin-made builds of Neo/NeoVM/other dependent libraries. The overall result of current builds must match the https://github.com/neo-project/neo-modules/pull/846. We also probably need to update our build configurations.
This problem will gone with https://github.com/neo-project/neo/issues/2944, so if we're not adapting NeoC# build scheme until https://github.com/neo-project/neo/issues/2944, then this issue is not relevant afterward.
@roman-khimov commented on GitHub (Dec 20, 2023):
We need to build correctly while modules are still a separate thing.