diff options
author | Zhijux Fan <zhijux.fan@intel.com> | 2018-12-13 16:08:19 +0800 |
---|---|---|
committer | Feng, Bob C <bob.c.feng@intel.com> | 2019-02-01 11:09:18 +0800 |
commit | d097412330bd2a9c0481b74af7051e317e33be23 (patch) | |
tree | 3b0a3e315ef88241fea5a3b068e3190f058e2396 /edksetup.sh | |
parent | af881abc6537298feade1c0b01a2a77224635647 (diff) | |
download | edk2-d097412330bd2a9c0481b74af7051e317e33be23.tar.gz |
BaseTools:Solve the data sorting problem use python3
set PYTHONHASHSEED
Specifying the value 0 will disable hash randomization.
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'edksetup.sh')
-rwxr-xr-x | edksetup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edksetup.sh b/edksetup.sh index 93d6525758..3dee8c5d61 100755 --- a/edksetup.sh +++ b/edksetup.sh @@ -77,7 +77,7 @@ function SetWorkspace() # Set $WORKSPACE # export WORKSPACE=`pwd` - + export PYTHONHASHSEED=0
return 0 } |