projects
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7140762
)
mipsel in debian supports 32-bit processors
author
Jérémy Lal
<kapouer@melix.org>
Thu, 29 Aug 2024 08:25:23 +0000
(10:25 +0200)
committer
Jérémy Lal
<kapouer@melix.org>
Thu, 29 Aug 2024 08:25:23 +0000
(10:25 +0200)
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 096106fa1901027d20358f1a6f5b8ab96bb6e299..8aa05ea40b7c5a35b4841b2a96cff47df7ee34d6 100644
(file)
--- a/
test/common/index.js
+++ b/
test/common/index.js
@@
-35,7
+35,7
@@
const { isMainThread } = require('worker_threads');
const { isModuleNamespaceObject } = require('util/types');
const tmpdir = require('./tmpdir');
-const bits = ['arm64', 'loong64', 'mips', 'mipsel', 'ppc64', 'riscv64', 's390x', 'x64']
+const bits = ['arm64', 'loong64', 'mips', 'mips
64
el', 'ppc64', 'riscv64', 's390x', 'x64']
.includes(process.arch) ? 64 : 32;
const hasIntl = !!process.config.variables.v8_enable_i18n_support;