mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	travis: fall back to python 2; will move to 3 with ubuntu 20 only
This commit is contained in:
		
							parent
							
								
									34d56d3083
								
							
						
					
					
						commit
						ef32977b5d
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -14,6 +14,8 @@ RUN apt-get update && \
 | 
				
			||||||
        graphviz \
 | 
					        graphviz \
 | 
				
			||||||
        python3 \
 | 
					        python3 \
 | 
				
			||||||
        python3-setuptools \
 | 
					        python3-setuptools \
 | 
				
			||||||
 | 
					        python2.7 \
 | 
				
			||||||
 | 
					        python-setuptools \
 | 
				
			||||||
        sudo
 | 
					        sudo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN curl -SL https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb --output packages-microsoft-prod.deb && \
 | 
					RUN curl -SL https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb --output packages-microsoft-prod.deb && \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,7 @@ ARG DOTNET_BINDINGS
 | 
				
			||||||
ARG JAVA_BINDINGS
 | 
					ARG JAVA_BINDINGS
 | 
				
			||||||
ARG NO_SUPPRESS_OUTPUT
 | 
					ARG NO_SUPPRESS_OUTPUT
 | 
				
			||||||
ARG PYTHON_BINDINGS
 | 
					ARG PYTHON_BINDINGS
 | 
				
			||||||
ARG PYTHON_EXECUTABLE=/usr/bin/python3
 | 
					ARG PYTHON_EXECUTABLE=/usr/bin/python
 | 
				
			||||||
ARG RUN_API_EXAMPLES
 | 
					ARG RUN_API_EXAMPLES
 | 
				
			||||||
ARG RUN_SYSTEM_TESTS
 | 
					ARG RUN_SYSTEM_TESTS
 | 
				
			||||||
ARG RUN_UNIT_TESTS
 | 
					ARG RUN_UNIT_TESTS
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue