mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Update CI workflow to use Ubuntu 24.04 (#11873)
This commit is contained in:
		
							parent
							
								
									03a4b9f4fd
								
							
						
					
					
						commit
						a6068a850c
					
				
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -29,7 +29,7 @@ permissions: | |||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|     if: github.repository == 'apache/cloudstack' |     if: github.repository == 'apache/cloudstack' | ||||||
|     runs-on: ubuntu-22.04 |     runs-on: ubuntu-24.04 | ||||||
| 
 | 
 | ||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
| @ -232,7 +232,7 @@ jobs: | |||||||
|       - name: Install Build Dependencies |       - name: Install Build Dependencies | ||||||
|         run: | |         run: | | ||||||
|           sudo apt-get update |           sudo apt-get update | ||||||
|           sudo apt-get install -y git uuid-runtime genisoimage netcat ipmitool build-essential libgcrypt20 libgpg-error-dev libgpg-error0 libopenipmi0 ipmitool libpython3-dev libssl-dev libffi-dev python3-openssl python3-dev python3-setuptools |           sudo apt-get install -y git uuid-runtime genisoimage netcat-openbsd ipmitool build-essential libgcrypt20 libgpg-error-dev libgpg-error0 libopenipmi0 ipmitool libpython3-dev libssl-dev libffi-dev python3-openssl python3-dev python3-setuptools | ||||||
| 
 | 
 | ||||||
|       - name: Install Python dependencies |       - name: Install Python dependencies | ||||||
|         run: | |         run: | | ||||||
| @ -271,7 +271,7 @@ jobs: | |||||||
|       - name: Setup Simulator Prerequisites |       - name: Setup Simulator Prerequisites | ||||||
|         run: | |         run: | | ||||||
|           sudo python3 -m pip install --upgrade netaddr mysql-connector-python |           sudo python3 -m pip install --upgrade netaddr mysql-connector-python | ||||||
|           python3 -m pip install --user --upgrade tools/marvin/dist/Marvin-*.tar.gz |           python3 -m pip install --user --upgrade tools/marvin/dist/[mM]arvin-*.tar.gz | ||||||
|           mvn -q -Pdeveloper -pl developer -Ddeploydb |           mvn -q -Pdeveloper -pl developer -Ddeploydb | ||||||
|           mvn -q -Pdeveloper -pl developer -Ddeploydb-simulator |           mvn -q -Pdeveloper -pl developer -Ddeploydb-simulator | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user