wasmerio / winterjs

Winter is coming... ❄️
https://winterjs.org/
MIT License
3.02k stars 55 forks source link

error: none of the selected packages contains these features: debugmozjs #61

Closed liudonghua123 closed 3 days ago

liudonghua123 commented 6 months ago

Hi, I tried to build on github codespaces which is ubuntu 20.04 with cargo build --verbose --features debugmozjs, but it failed with the following error.

@liudonghua123 ➜ /workspaces/winterjs (main) $ cargo build --verbose --features debugmozjs
error: none of the selected packages contains these features: debugmozjs
@liudonghua123 ➜ /workspaces/winterjs (main) $ 

https://github.com/wasmerio/winterjs/blob/0bf03311a1c269abe4fcec9fef536f6da8d1578e/.github/workflows/rust.yml#L57C11-L57C55

linear[bot] commented 6 months ago

WAX-103 error: none of the selected packages contains these features: debugmozjs

Arshia001 commented 6 months ago

Hi @liudonghua123! The workflow definition is very much out of date and not used ATM. You should be able to build WinterJS simply by running 'cargo build`.