aboutsummaryrefslogtreecommitdiffstats
path: root/coin_build_instructions.py
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2022-03-22 10:47:25 +0200
committerSimo Fält <simo.falt@qt.io>2022-03-22 12:43:25 +0200
commitf7db5ff297c27c3c2058a937edd4546bd74bdf20 (patch)
tree3f2cea86b997e1e45a6c97d1792cb3bb6b98d59b /coin_build_instructions.py
parent5f551ac558c65e2247dcba88c4aef0d6d0d28893 (diff)
Revert "Use python 3.8 when running CI integrations in Linux"
The change was partial and cannot work as such. This reverts commit 5f551ac558c65e2247dcba88c4aef0d6d0d28893. Change-Id: Ic854b3b4f936a21acfe9779229fc72b875be02ab Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'coin_build_instructions.py')
-rw-r--r--coin_build_instructions.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/coin_build_instructions.py b/coin_build_instructions.py
index 3b37d49af..cb9aca39f 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -181,9 +181,6 @@ if __name__ == "__main__":
for env_var in ['CC', 'CXX']:
if os.environ.get(env_var):
del os.environ[env_var]
- python_ver= "3"
- if CI_TARGET_OS in["Linux"]:
- python_ver = "3.8"
if CI_TEST_PHASE in ["ALL", "BUILD"]:
call_setup("3","BUILD")