Skip to content

Commit d3ea9a1

Browse files
terceirosorah
authored andcommitted
debian/rules: stop explicitly setting HOME
debhelper compat 13+ already does this.
1 parent f164262 commit d3ea9a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

debian/rules

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ configure_options += --with-out-ext=win32api
9494
# YJIT
9595
configure_options += --enable-yjit
9696

97-
# Some tests rely on $HOME
98-
export HOME := $(shell mktemp -d)
9997
export LANG := C.UTF-8
10098
export LC_ALL := $(LANG)
10199

0 commit comments

Comments
 (0)