mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-30 17:03:57 +00:00 
			
		
		
		
	packaging: Remove NEMU mentions
There's no more NEMU, for some time already. Considering this, let's just remove any mention to it as part of our project. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
		
							
								
								
									
										28
									
								
								.github/workflows/main.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										28
									
								
								.github/workflows/main.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -103,32 +103,6 @@ jobs: | |||||||
|           name: kata-artifacts |           name: kata-artifacts | ||||||
|           path: kata-static-qemu.tar.gz |           path: kata-static-qemu.tar.gz | ||||||
|  |  | ||||||
|   build-nemu: |  | ||||||
|     runs-on: ubuntu-16.04 |  | ||||||
|     needs: get-artifact-list |  | ||||||
|     env: |  | ||||||
|       buildstr: "install_nemu" |  | ||||||
|     steps: |  | ||||||
|       - uses: actions/checkout@v1 |  | ||||||
|       - name: get-artifact-list |  | ||||||
|         uses: actions/download-artifact@master |  | ||||||
|         with: |  | ||||||
|           name: artifact-list |  | ||||||
|       - name: build-nemu |  | ||||||
|         run: | |  | ||||||
|          if grep -q $buildstr ./artifact-list/artifact-list.txt; then |  | ||||||
|            $GITHUB_WORKSPACE/.github/workflows/generate-artifact-tarball.sh $buildstr |  | ||||||
|            echo "artifact-built=true" >> $GITHUB_ENV |  | ||||||
|          else |  | ||||||
|            echo "artifact-built=false" >> $GITHUB_ENV |  | ||||||
|          fi |  | ||||||
|       - name: store-artifacts |  | ||||||
|         if: ${{ env.artifact-built }} == 'true' |  | ||||||
|         uses: actions/upload-artifact@master |  | ||||||
|         with: |  | ||||||
|           name: kata-artifacts |  | ||||||
|           path: kata-static-nemu.tar.gz |  | ||||||
|  |  | ||||||
|   # Job for building the image |   # Job for building the image | ||||||
|   build-image: |   build-image: | ||||||
|     runs-on: ubuntu-16.04 |     runs-on: ubuntu-16.04 | ||||||
| @@ -239,7 +213,7 @@ jobs: | |||||||
|  |  | ||||||
|   gather-artifacts: |   gather-artifacts: | ||||||
|     runs-on: ubuntu-16.04 |     runs-on: ubuntu-16.04 | ||||||
|     needs: [build-experimental-kernel, build-kernel, build-qemu, build-image, build-firecracker, build-kata-components, build-nemu, build-clh] |     needs: [build-experimental-kernel, build-kernel, build-qemu, build-image, build-firecracker, build-kata-components, build-clh] | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v1 |       - uses: actions/checkout@v1 | ||||||
|       - name: get-artifacts |       - name: get-artifacts | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								src/runtime/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								src/runtime/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -8,7 +8,6 @@ coverage.html | |||||||
| /cli/config/configuration-acrn.toml | /cli/config/configuration-acrn.toml | ||||||
| /cli/config/configuration-clh.toml | /cli/config/configuration-clh.toml | ||||||
| /cli/config/configuration-fc.toml | /cli/config/configuration-fc.toml | ||||||
| /cli/config/configuration-nemu.toml |  | ||||||
| /cli/config/configuration-qemu.toml | /cli/config/configuration-qemu.toml | ||||||
| /cli/config/configuration-clh.toml | /cli/config/configuration-clh.toml | ||||||
| /cli/config-generated.go | /cli/config-generated.go | ||||||
|   | |||||||
| @@ -273,9 +273,7 @@ generate_qemu_options() { | |||||||
|  |  | ||||||
| 	# Disable TCG support | 	# Disable TCG support | ||||||
| 	case "$arch" in | 	case "$arch" in | ||||||
| 	aarch64) | 	aarch64) ;; | ||||||
| 		echo $hypervisor | grep -q nemu && qemu_options+=(size:--disable-tcg) |  | ||||||
| 		;; |  | ||||||
| 	x86_64) qemu_options+=(size:--disable-tcg) ;; | 	x86_64) qemu_options+=(size:--disable-tcg) ;; | ||||||
| 	ppc64le) ;; | 	ppc64le) ;; | ||||||
| 	s390x) qemu_options+=(size:--disable-tcg) ;; | 	s390x) qemu_options+=(size:--disable-tcg) ;; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user