diff options
author | Andres Gomez <[email protected]> | 2017-11-09 16:58:22 +0200 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2017-11-10 19:36:00 +0200 |
commit | 3bc16339e5855bffe07905f83f8670930b0e8430 (patch) | |
tree | 503de918cadf3f080eceea20677f7aa555b3552a /docs | |
parent | 5ccbac8e04b5225ec51cfb994bcb09bfacef5314 (diff) |
docs/releasing: drop manually exported variables during smoke test
Cc: Emil Velikov <[email protected]>
Cc: Eric Engestrom <[email protected]>
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releasing.html | 2 |
1 files changed, 2 insertions, 0 deletions
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> |