Closed
Description
sfackler reported that rustpkg install
at the command line failed to install any external packages on Arch Linux. This problem was solved by setting the TMPDIR
environment variable to something under $HOME
.
I'm wondering, though, whether this has been causing the rustpkg test failures on linux2 (though it's a mystery to me why only a few of the tests fail).
rustpkg uses the temp dir to store a temporary copy of the sources for the purposes of getting the version... perhaps there's a way I could make it not use the temp dir at all (although the tests would still use it).