projects
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb2d014
)
mipsel in debian supports 32-bit processors
author
Jérémy Lal
<kapouer@melix.org>
Tue, 15 Nov 2022 03:51:54 +0000
(
03:51
+0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Tue, 15 Nov 2022 03:51:54 +0000
(
03:51
+0000)
Forwarded: not-needed
Last-Update: 2021-11-03
Gbp-Pq: Topic mips
Gbp-Pq: Name mipsel_is_32.patch
test/common/index.js
patch
|
blob
|
history
diff --git
a/test/common/index.js
b/test/common/index.js
index 8dc08f34ac3c0f90cee241e47aaa28c5d2e9d3f4..2d24b94326d8e516bd04ed1d3facd122ad3b120c 100644
(file)
--- a/
test/common/index.js
+++ b/
test/common/index.js
@@
-33,7
+33,7
@@
const { inspect } = require('util');
const { isMainThread } = require('worker_threads');
const tmpdir = require('./tmpdir');
-const bits = ['arm64', 'mips
', 'mips
el', 'ppc64', 'riscv64', 's390x', 'x64']
+const bits = ['arm64', 'mips
64
el', 'ppc64', 'riscv64', 's390x', 'x64']
.includes(process.arch) ? 64 : 32;
const hasIntl = !!process.config.variables.v8_enable_i18n_support;