[Mesa-dev] [PATCH 2/3] docs/releasing: drop manually exported variables during smoke test

Andres Gomez agomez at igalia.com
Thu Nov 9 14:58:22 UTC 2017


Cc: Emil Velikov <emil.velikov at collabora.com>
Cc: Eric Engestrom <eric.engestrom at imgtec.com>
Signed-off-by: Andres Gomez <agomez at igalia.com>
---
 docs/releasing.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/releasing.html b/docs/releasing.html
index e588435e813..944b6e88bc1 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -504,8 +504,10 @@ Here is one solution that I've been using.
 	unset LIBGL_DRIVERS_PATH
 	unset LIBGL_DEBUG
 	unset LIBGL_ALWAYS_SOFTWARE
+	unset GALLIUM_DRIVER
 	export VK_ICD_FILENAMES=`pwd`/src/intel/vulkan/dev_icd.json
 	steam steam://rungameid/570  -vconsole -vulkan
+	unset VK_ICD_FILENAMES
 </pre>
 
 <h3>Update version in file VERSION</h3>
-- 
2.14.2



More information about the mesa-dev mailing list