You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependency installation currently takes up the majority of CI time. We could possibly speed this up using a modern package manager. vcpkg and cmake seem to be a popular combination. We should consider it.
This could also be a GSoC project.
The text was updated successfully, but these errors were encountered:
@vgurevich thanks for the mention. I'm currently working on porting the Nix packaging from the Intel SDE to open-p4studio. That includes separate packaging of p4c. So in my build, I don't use the p4c submodule in open-p4studio but use a pre-built p4c as a dependency of open-p4studio. This also relates to p4lang/project-ideas#22. Note that Nix completely decouples the build from the native package manager, i.e. there would be no restrictions on the Linux distribution used by the build host.
Dependency installation currently takes up the majority of CI time. We could possibly speed this up using a modern package manager. vcpkg and cmake seem to be a popular combination. We should consider it.
This could also be a GSoC project.
The text was updated successfully, but these errors were encountered: