Skip to content

Commit 1b0403a

Browse files
committed
rv: don't use tmpdirs, use build/ instead
Signed-off-by: Conor Dooley <[email protected]>
1 parent 6a30476 commit 1b0403a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests_rv/patch/build_allmod_rv64_clang/build_allmod_rv64_clang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Copyright (c) 2022 by Rivos Inc.
55

6-
tmpdir=$(mktemp -d)
6+
tmpdir=build
77
rc=0
88

99
tuxmake --wrapper ccache --target-arch riscv --directory . \

tests_rv/patch/build_boot_rv64/build_boot_rv64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Copyright (c) 2022 by Rivos Inc.
55

6-
tmpdir=$(mktemp -d)
6+
tmpdir=build
77
rc=0
88

99
tuxmake --wrapper ccache --target-arch riscv -e PATH=$PATH --directory . \

tests_rv/patch/build_boot_rv64_clang/build_boot_rv64_clang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Copyright (c) 2022 by Rivos Inc.
55

6-
tmpdir=$(mktemp -d)
6+
tmpdir=build
77
rc=0
88

99
tuxmake --wrapper ccache --target-arch riscv -e PATH=$PATH --directory . \

0 commit comments

Comments
 (0)