ericsink / cb

Apache License 2.0
14 stars 13 forks source link

Add a Wasm build for .NET 7 #10

Closed bricelam closed 1 year ago

bricelam commented 1 year ago

Part of dotnet/efcore#28999

ericsink commented 1 year ago

Looks like the build of the native bits succeeded, but the attempt to build and run SQLitePCLRaw itself failed because the necessary tweaks have not yet been made to that repo.

The GH actions in these two repos have a bit of a "chicken and egg" problem.

bricelam commented 1 year ago

Updated to flow the new assets into the test job. Reverted moving the existing wasm libs (the publish job should take care of this since it clears the bin directory then adds the new libraries before pushing)