From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C351138330 for ; Sat, 1 Oct 2016 19:06:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CFE421C028; Sat, 1 Oct 2016 19:06:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4307F21C028 for ; Sat, 1 Oct 2016 19:06:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB6B933D0AF for ; Sat, 1 Oct 2016 19:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05BC524A0 for ; Sat, 1 Oct 2016 19:06:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1475348753.4cea89180f0409c2606dd3dd8c7a0bfb28610bd3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild X-VCS-Directories: sys-libs/compiler-rt-sanitizers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4cea89180f0409c2606dd3dd8c7a0bfb28610bd3 X-VCS-Branch: master Date: Sat, 1 Oct 2016 19:06:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 547acb8b-ebc5-441a-b4cf-8b32adde9cd4 X-Archives-Hash: 29b4f6ae90de7e5d3a1e9e55a79c3ccd commit: 4cea89180f0409c2606dd3dd8c7a0bfb28610bd3 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 1 16:53:03 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 1 19:05:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cea8918 sys-libs/compiler-rt-sanitizers: Force lit to respect TMPDIR sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild index 044c7b4..e9ca982 100644 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild @@ -103,6 +103,8 @@ src_test() { # sandbox breaks libasan tests... and is hard to kill # so abuse the fail in its algorithms local -x LD_PRELOAD=${LD_PRELOAD/libsandbox/nolibsandbox} + # respect TMPDIR! + local -x LIT_PRESERVES_TMP=1 cmake-utils_src_make check-all }