mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Merge pull request #1078 from jordancarlin/qemu_install
Don't clone QEMU submodules
This commit is contained in:
		
						commit
						425da11157
					
				| @ -324,8 +324,7 @@ STATUS="qemu" | |||||||
| cd "$RISCV" | cd "$RISCV" | ||||||
| if git_check "qemu" "https://github.com/qemu/qemu" "$RISCV/include/qemu-plugin.h"; then | if git_check "qemu" "https://github.com/qemu/qemu" "$RISCV/include/qemu-plugin.h"; then | ||||||
|     cd "$RISCV"/qemu |     cd "$RISCV"/qemu | ||||||
|     git reset --hard && git clean -f && git checkout master && git pull --recurse-submodules -j "${NUM_THREADS}" |     git reset --hard && git clean -f && git checkout master && git pull | ||||||
|     git submodule update --init --recursive |  | ||||||
|     ./configure --target-list=riscv64-softmmu --prefix="$RISCV" |     ./configure --target-list=riscv64-softmmu --prefix="$RISCV" | ||||||
|     make -j "${NUM_THREADS}" 2>&1 | logger $STATUS; [ "${PIPESTATUS[0]}" == 0 ] |     make -j "${NUM_THREADS}" 2>&1 | logger $STATUS; [ "${PIPESTATUS[0]}" == 0 ] | ||||||
|     make install 2>&1 | logger $STATUS; [ "${PIPESTATUS[0]}" == 0 ] |     make install 2>&1 | logger $STATUS; [ "${PIPESTATUS[0]}" == 0 ] | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user