Merge pull request #7796 from austinvazquez/enable-local-linux-ci
Enable GitHub Actions local Linux CI runs
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -462,6 +462,7 @@ jobs: | ||||
|         env: | ||||
|           RUNC_FLAVOR: ${{ matrix.runc }} | ||||
|         run: | | ||||
|           sudo apt-get update | ||||
|           sudo apt-get install -y gperf libbtrfs-dev | ||||
|           script/setup/install-seccomp | ||||
|           script/setup/install-runc | ||||
| @@ -471,7 +472,7 @@ jobs: | ||||
|  | ||||
|       - name: Install criu | ||||
|         run: | | ||||
|           sudo add-apt-repository ppa:criu/ppa | ||||
|           sudo add-apt-repository -y ppa:criu/ppa | ||||
|           sudo apt-get update | ||||
|           sudo apt-get install -y criu | ||||
|  | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							| @@ -43,8 +43,8 @@ jobs: | ||||
|  | ||||
|       - name: Install dependencies | ||||
|         run: | | ||||
|           sudo add-apt-repository "deb [arch=arm64,s390x,ppc64el,riscv64] http://ports.ubuntu.com/ubuntu-ports/ $(lsb_release -sc) main" || true | ||||
|           sudo add-apt-repository "deb [arch=arm64,s390x,ppc64el,riscv64] http://ports.ubuntu.com/ubuntu-ports/ $(lsb_release -sc)-updates main" || true | ||||
|           sudo add-apt-repository -y "deb [arch=arm64,s390x,ppc64el,riscv64] http://ports.ubuntu.com/ubuntu-ports/ $(lsb_release -sc) main" || true | ||||
|           sudo add-apt-repository -y "deb [arch=arm64,s390x,ppc64el,riscv64] http://ports.ubuntu.com/ubuntu-ports/ $(lsb_release -sc)-updates main" || true | ||||
|  | ||||
|           sudo dpkg --add-architecture arm64 | ||||
|           sudo dpkg --add-architecture s390x | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Samuel Karp
					Samuel Karp