CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 21:43:58 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/nodejs/node.git
etag: W/"72dffe09f9a5cff110d44c8a6c121da2"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=GkWjh4nkcSH%2FM4AQFS%2BBZvYX45T88TGEi5Irm7QT%2FO%2F23o9wqr5sDcRYpZ0u%2FjmzEV85R0cnYeAdvgZIo8GzPA9A7YjQNKFWaMKjBy85dOAJs8HE43POOFJQSldpD42IMCKGSqg0rfFu6%2FLS%2BOI2rPkGWIU0QabQueMm0PoWtI785nzvxdi7xhjqBL2Q05U%2B6%2BwxqIXvbQvdlW56KVbRryY5OiRlOdW%2B7tXVoQl1uniatoZytMIgWFgHcPhEQSd0oj%2FMQJeF7zfiWuMHw8HEEw%3D%3D--RXjgmSSYd%2BC%2BhBE%2F--dgdfxrfl%2BporAfYOQaQPDA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.14941960.1753220637; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 21:43:57 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 21:43:57 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: EB84:2FAFD7:15EF32:1D1366:6880061D
build: fix conflict gyp configs · nodejs/node@bfbed0a · GitHub
Copy file name to clipboardExpand all lines: tools/v8_gypfiles/features.gypi
Copy file name to clipboardExpand all lines: tools/v8_gypfiles/toolchain.gypi
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Commit bfbed0a
build: fix conflict gyp configs
Gyp generated build files can be built in either Release/Debug mode.
- make: single directory, two configurations by cli:
`make -C out BUILDTYPE=Release` and `make -C out BUILDTYPE=Debug`.
- msbuild: single directory, two configurations by cli:
`msbuild node.sln /p:Configuration=Release` and
`msbuild node.sln /p:Configuration=Debug`.
- ninja: two directories in `out/`, build with
`ninja -C out/Release` or `ninja -C out/Debug`.
Variables that changes with either Release or Debug configuration
should be defined in a configuration level, instead of the root level.
This fixes generating invalid build files.
Additionally, `v8_gypfiles/toolchain.gypi` duplicates defines in
`v8_gypfiles/features.gypi`. Remove the duplications in
`toolchains.gypi`
PR-URL: #53605
Fixes: #53446
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent c4848c5 commit bfbed0aCopy full SHA for bfbed0a
File tree
Expand file treeCollapse file tree
3 files changed
+15
-12
lines changedFilter options
- tools/v8_gypfiles
Expand file treeCollapse file tree
3 files changed
+15
-12
lines changed+15-5Lines changed: 15 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1306 | 1306 |
| |
1307 | 1307 |
| |
1308 | 1308 |
| |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
1309 | 1312 |
| |
1310 | 1313 |
| |
1311 | 1314 |
| |
| |||
1620 | 1623 |
| |
1621 | 1624 |
| |
1622 | 1625 |
| |
1623 |
| - | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
1624 | 1629 |
| |
1625 | 1630 |
| |
1626 | 1631 |
| |
| |||
1638 | 1643 |
| |
1639 | 1644 |
| |
1640 | 1645 |
| |
1641 |
| - | |
1642 | 1646 |
| |
1643 | 1647 |
| |
1644 | 1648 |
| |
| |||
2154 | 2158 |
| |
2155 | 2159 |
| |
2156 | 2160 |
| |
| 2161 | + | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
2157 | 2165 |
| |
2158 | 2166 |
| |
2159 | 2167 |
| |
| |||
2181 | 2189 |
| |
2182 | 2190 |
| |
2183 | 2191 |
| |
2184 |
| - | |
| 2192 | + | |
2185 | 2193 |
| |
2186 | 2194 |
| |
2187 | 2195 |
| |
| |||
2204 | 2212 |
| |
2205 | 2213 |
| |
2206 | 2214 |
| |
2207 |
| - | |
2208 | 2215 |
| |
2209 | 2216 |
| |
2210 | 2217 |
| |
| |||
2213 | 2220 |
| |
2214 | 2221 |
| |
2215 | 2222 |
| |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
2216 | 2226 |
| |
2217 | 2227 |
| |
2218 | 2228 |
| |
| |||
2223 | 2233 |
| |
2224 | 2234 |
| |
2225 | 2235 |
| |
2226 |
| - | |
| 2236 | + | |
2227 | 2237 |
| |
2228 | 2238 |
| |
2229 | 2239 |
| |
|
tools/v8_gypfiles/features.gypi
Copy file name to clipboardExpand all lines: tools/v8_gypfiles/features.gypi-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
92 | 91 |
| |
93 | 92 |
| |
94 | 93 |
| |
|
tools/v8_gypfiles/toolchain.gypi
Copy file name to clipboardExpand all lines: tools/v8_gypfiles/toolchain.gypi-6Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
711 | 711 |
| |
712 | 712 |
| |
713 | 713 |
| |
714 |
| - | |
715 |
| - | |
716 |
| - | |
717 | 714 |
| |
718 |
| - | |
719 |
| - | |
720 |
| - | |
721 | 715 |
| |
722 | 716 |
| |
723 | 717 |
| |
|
You can’t perform that action at this time.
0 commit comments