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
Automate building packages with different feature sets (#309)
* wip prepare build script
Generating no-compat files ; simd + non-deterministic working locally ; package lock missing may be a problem for ci, not sure
* add manual workflow trigger
* fix build all projects script
* aggregate features to rust packages ; renamed old packages, they'll be removed in the future
* fix cargo workspace complaining
* removed building on mac + fix comment
* enable publish ci + list files in runtime
* fix prettier
* revert wrong change
* compat working locally
* removed is-compat option from rust builds
* npm run fmt -- --write
* fix tests
* add changelog line
* removed no-compat template directory
Because there is only one subfolder: compat builds are handled by rapier-compat.
* re-enable ci matrix (mac build)
* chore: remove dead directories
* feat: add a script to publish to npmjs
* fix published package names
* feat: improve readme
* chore: cargo fmt
* chore: more readme improvements
* fix CI
* chore: update cargo.lock
* chore: cargo fmt
* chore: run compat build on their separate workflow
* fix(ci). make canary publish depend on build-compat too
---------
Co-authored-by: Sébastien Crozet <[email protected]>
0 commit comments