-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: describe the fix for compiling android node.js on an x86_64 host #54995
Closed
Closed
Changes from all commits
Commits
Show all changes
111 commits
Select commit
Hold shift + click to select a range
2143a37
test_runner: support typescript module mocking
marco-ippolito 9368376
meta: remove never-used workflow trigger
RedYetiDev ff110e2
doc: mark v21 as End-of-Life
RedYetiDev 9f2cb01
deps: update V8 to 12.9.202.18
targos 829fb77
build: reset embedder string to "-node.0"
targos 87a3e5d
src: update NODE_MODULE_VERSION to 131
targos f0b3ed1
deps: always define V8_EXPORT_PRIVATE as no-op
targos 1c91248
deps: disable V8 concurrent sparkplug compilation
targos 960609c
deps: patch V8 to avoid duplicated zlib symbol
targos 0d9febe
deps: patch V8 to support compilation with MSVC
StefanStojanovic 003deaa
deps: fix FP16 bitcasts.h
StefanStojanovic 45279bd
deps: always define V8_NODISCARD as no-op
targos 5cc32fc
deps: patch V8 to support older Clang versions
targos 3921657
deps: V8: cherry-pick 01a47f3ffff2
targos dc51416
deps: V8: cherry-pick 97199f686e2f
targos 9462e76
tools: add additonal include dirs for V8 on AIX
abmusse 04efd98
test: refactor test-whatwg-webstreams-encoding to be shorter
hidaviddong 80ad758
tools: refactor js2c.cc to use c++20
anonrig 1577450
benchmark: include ascii to fs/readfile
RafaelGSS b79f88c
build,win: float VS 17.11 compilation patch
StefanStojanovic 4999178
doc: reflect toolchains used for official binaries
richardlau dab77b0
test: remove test-http-max-sockets flaky designation
lpinca ad6e9c3
test: move test-http-max-sockets to parallel
lpinca 0ee11e2
test: fix invalid wasm test
RedYetiDev 8a54bcf
doc: add more details for localStorage and sessionStorage
Rekl0w 4918c06
test_runner: add support for coverage via run()
atlowChemi 0a7a9c4
test: add runner watch mode isolation tests
pmarchini 82d9a04
src: add unistd.h import if node posix credentials is defined
JonasBa 216a224
tls: fix 'ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED' typo
RedYetiDev 2cb250a
module: write compile cache to temporary file and then rename it
joyeecheung ce0e128
module: throw when invalid argument is passed to enableCompileCache()
joyeecheung 4af5c6d
module: implement flushCompileCache()
joyeecheung 35c4391
src: cleanup per env handles directly without a list
legendecas d33a2e3
build: fix eslint makefile target
RedYetiDev b30aafe
test: add asserts to validate test assumptions
mhdawson 18f549b
test: fix `soucre` to `source`
RedYetiDev 4fc67f9
cli: remove deprecated V8 flag
omerktz 8f6303d
test_runner: replace ansi clear with ansi reset
pmarchini 0abd602
tools: update error message for ICU in license-builder
RedYetiDev 55975c2
build: add the option to generate compile_commands.json in vcbuild.bat
segevfiner 1ead283
test: deflake test-http-header-overflow
lpinca 9d71871
lib: propagate aborted state to dependent signals before firing events
jazelly 442de14
events: allow null/undefined eventInitDict
KhafraDev 12bec38
test: remove unused common utilities
RedYetiDev fd16258
fs: convert to u8 string for filesystem path
jazelly f6db198
test: remove `getCallSite` from common
RedYetiDev 42ffa23
build: support up to python 3.13 in android-configure
RedYetiDev e0dd169
test: improve coverage for timer promises schedular
RedYetiDev f81e4e9
zlib: throw brotli initialization error from c++
anonrig 599d508
util: update ansi regex
RedYetiDev 69af8e1
test: add `util.stripVTControlCharacters` test
RedYetiDev 57de03f
src: mark node --run as stable
anonrig dc9e370
test_runner: use `test:` symbol on second print of parent test
RedYetiDev aa72bcb
src: revert filesystem::path changes
anonrig 83d0e5e
test_runner: add 'test:summary' event
cjihrig 30e94da
test: adjust tls-set-ciphers for OpenSSL32
mhdawson c8e955a
doc: cover --experimental-test-module-mocks flag
textbook 795aa4b
doc: add missing EventSource docs to globals
KhafraDev 55597ab
meta: add `linux` to OS labels in collaborator guide
RedYetiDev a0bf2bc
module: remove duplicated import
RedYetiDev 874c49c
test: fix `test-vm-context-dont-contextify` when path contains a space
aduh95 037a623
test: do not assume `process.execPath` contains no spaces
aduh95 8a98678
test,crypto: update WebCryptoAPI WPT
panva fadd57d
test: update tls test to support OpenSSL32
mhdawson 1544524
doc: remove `parseREPLKeyword` from REPL documentation
RedYetiDev 6402c30
test: make `test-runner-assert` more robust
RedYetiDev 61a52d9
test_runner: report error on missing sourcemap source
RedYetiDev 8f0c9a2
build: display free disk space after build in the test-macOS workflow
iwuliz c3a02fd
build: remove -v flag to reduce noise
iwuliz 02aed15
src: move evp stuff to ncrypto
jasnell 92e0bcd
benchmark: add webstorage benchmark
jakecastelli c1d160a
crypto: ensure invalid SubtleCrypto JWK data import results in DataError
panva 23fab65
process: remove `process.assert`
RedYetiDev ecf7c4d
lib: remove lib/internal/idna.js
anonrig 85a6fe8
doc: add note about `--expose-internals`
RedYetiDev a796309
tools: remove redudant code from eslint require rule
RedYetiDev b7b84d1
string_decoder: refactor encoding validation
anonrig 7e4d740
test: deflake test-inspector-strip-types
lpinca bcd65df
deps: update acorn-walk to 8.3.4
nodejs-github-bot 9e40cdd
test: remove interval and give more time to unsync
pmarchini cee75ab
build: update ruff and add `lint-py-fix`
RedYetiDev 0e36877
doc: add abmusse to collaborators
abmusse 6b37e25
perf_hooks: add missing type argument to getEntriesByName
luketaher 381806c
lib: prefer optional chaining
RedYetiDev 51e1c41
tty: fix links for terminal colors
RedYetiDev 508bd6c
build: add more information to Makefile help
RedYetiDev f768282
tools: unlock versions of irrelevant DB deps
targos 0f67ce8
stream: set stream prototype to closest transferable superclass
jazelly 92e7377
src: do not call path.back() when it is empty
zcbenz 09dee04
module: implement the "module-sync" exports condition
joyeecheung 20a0dd5
repl: catch `\v` and `\r` in new-line detection
RedYetiDev b736176
lib, tools: remove duplicate requires
RedYetiDev 442c368
Revert "test: mark test-fs-watch-non-recursive flaky on Windows"
lpinca 4fcef58
doc: correct `cleanup` option in stream.(promises.)finished
Renegade334 f9a6ed3
lib: fix typos
NathanBaulch f815910
src: update clang-tidy and focus on modernization
anonrig 0ba7627
benchmark: create benchmark for typescript
marco-ippolito 3998ece
test: fix some tests when path contains `%`
aduh95 1a4516c
test_runner: fix mocking modules with quote in their URL
aduh95 920f4fe
meta: add more information about nightly releases
RedYetiDev 047a70c
test: fix `assertSnapshot` when path contains a quote
aduh95 0167f1a
deps: patch V8 to 12.9.202.19
nodejs-github-bot 9c506f8
test: fix more tests that fail when path contains a space
aduh95 fd70d34
test: fix test-tls-junk-closes-server
mhdawson 7488e58
src: decode native error messages as UTF-8
joyeecheung 95fc231
crypto: runtime deprecate crypto.fips
anonrig 2a8fb5b
test: deflake test-http-remove-header-stays-removed
lpinca 02ac8ec
buffer: extract Blob's .arrayBuffer() & webidl changes
KhafraDev c03803a
buffer: make File cloneable
KhafraDev 264d3ee
build: hardcode the `gcc` and `g++` paths on android when compiling o…
haotaoyanzhuce ae76c63
Merge branch 'nodejs:main' into main
haotaoyanzhuce File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this exclusively for linux?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This modification is made for Linux x86