Disabled DevBuild Setting#361
Conversation
… wasmtime and should not be enabled by default.
|
|
|
macos has no errors in the log, it looks like it might just be a transient error. |
|
While I generally agree with this. This has a little history on releases. So there might be some ci stuff we need to deal with down the line. |
|
From that discussion it looks like the main issue it's trying to solve is when wasmtime has devbuild changes and wasmtime-dotnet is patched to support those changes. If we merge those changes to master we need some way to tell the CI to pull the devbuild version. That seems like a risky thing to ever do though! It leaves master in a state that might randomly break at any moment (when new upstream dev binaries are built) and cannot be reproduced in the future (since we don't record exactly which version it was built against). How about having a policy of master always being built against a specific wasmtime release version. If we want to develop against bleeding edge devbuilds that can be done with PRs into a |
|
Agree with your analysis, I think it will be easier for new comers to understand this. It is also just as easy wait for a wasmtime release and submit a single pr moving the branch forward to the last released version. I think it made sense for the previous maintainers since they were extremely active in both projects. |
Disabled DevBuild, this downloads a potentially incompatible version of wasmtime and should not be enabled by default! This setting was causing CI to fail.
There were three settings for this:
Directory.Build.propsI have set the props file to
falseand removed both of the CI options.