Skip to content

Conversation

FGasper
Copy link
Contributor

@FGasper FGasper commented Dec 7, 2023

No description provided.

@FGasper FGasper marked this pull request as draft December 7, 2023 04:24
@saghul
Copy link
Contributor

saghul commented Dec 7, 2023

Looks like the way to get the number of cpus is different on netbsd...

@saghul
Copy link
Contributor

saghul commented Dec 7, 2023

Or you can wait until #178 lands and it should take care of it...

Comment on lines 429 to 434
/usr/sbin/pkg_add cmake
run: |
cmake -B build
cmake --build build -j $(sysctl -n hw.ncpu)
./build/qjs -qd
make test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/usr/sbin/pkg_add cmake
run: |
cmake -B build
cmake --build build -j $(sysctl -n hw.ncpu)
./build/qjs -qd
make test
/usr/sbin/pkg_add cmake gmake
run: |
cmake -B build
cmake --build build -j $(sysctl -n hw.ncpu)
./build/qjs -qd
gmake test

@saghul
Copy link
Contributor

saghul commented Dec 7, 2023

If you rebase now, and install gmake, it should just work.

@FGasper FGasper marked this pull request as ready for review December 7, 2023 14:26
@FGasper
Copy link
Contributor Author

FGasper commented Dec 7, 2023

@bnoordhuis Should be good to go.

@saghul saghul merged commit 9de1526 into quickjs-ng:master Dec 7, 2023
@FGasper FGasper deleted the netbsd branch December 7, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants