Skip to content

Commit 5b25fbe

Browse files
andreas-schwabtargos
authored andcommitted
test: set common.bits to 64 for riscv64
PR-URL: #38626 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 0100a3b commit 5b25fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const util = require('util');
3434
const { isMainThread } = require('worker_threads');
3535

3636
const tmpdir = require('./tmpdir');
37-
const bits = ['arm64', 'mips', 'mipsel', 'ppc64', 's390x', 'x64']
37+
const bits = ['arm64', 'mips', 'mipsel', 'ppc64', 'riscv64', 's390x', 'x64']
3838
.includes(process.arch) ? 64 : 32;
3939
const hasIntl = !!process.config.variables.v8_enable_i18n_support;
4040

0 commit comments

Comments
 (0)