tools: update gyp-next to v0.10.1 · nodejs/node@5527e9b · GitHub
Skip to content

Commit 5527e9b

Browse files
targosdanielleadams
authored andcommitted
tools: update gyp-next to v0.10.1
PR-URL: #40934 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 02e9c2e commit 5527e9b

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

tools/gyp/.github/workflows/Python_tests.yml

Lines changed: 1 addition & 1 deletion

tools/gyp/.github/workflows/node-gyp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [macos-latest, ubuntu-latest, windows-latest]
11-
python: [3.6, 3.9]
11+
python: ["3.6", "3.10"]
1212

1313
runs-on: ${{ matrix.os }}
1414
steps:

tools/gyp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.10.1](https://www.github.com/nodejs/gyp-next/compare/v0.10.0...v0.10.1) (2021-11-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **make:** only generate makefile for multiple toolsets if requested ([#133](https://www.github.com/nodejs/gyp-next/issues/133)) ([f463a77](https://www.github.com/nodejs/gyp-next/commit/f463a77705973289ea38fec1b244c922ac438e26))
9+
310
## [0.10.0](https://www.github.com/nodejs/gyp-next/compare/v0.9.6...v0.10.0) (2021-08-26)
411

512

tools/gyp/pylib/gyp/generator/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151

5252
# Make supports multiple toolsets
53-
generator_supports_multiple_toolsets = True
53+
generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested()
5454

5555
# Request sorted dependencies in the order from dependents to dependencies.
5656
generator_wants_sorted_dependencies = False

tools/gyp/setup.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)