Skip to content
Snippets Groups Projects
Commit 0a1daf0c authored by Alexander A. Klimov's avatar Alexander A. Klimov :sunglasses:
Browse files

Update QEMU

to avoid "semop(1): encountered an error: Function not implemented"
parent 830593c7
No related branches found
No related tags found
No related merge requests found
Pipeline #21765 passed
...@@ -15,9 +15,9 @@ ifneq ($(CI_REGISTRY),) ...@@ -15,9 +15,9 @@ ifneq ($(CI_REGISTRY),)
IMAGE := $(CI_REGISTRY)/$(IMAGE) IMAGE := $(CI_REGISTRY)/$(IMAGE)
endif endif
QEMU_VERSION = v4.0.0-5 QEMU_VERSION = v6.1.0-8
QEMU_STATIC = https://github.com/multiarch/qemu-user-static/releases/download/$(QEMU_VERSION)/qemu-arm-static.tar.gz QEMU_STATIC = https://github.com/multiarch/qemu-user-static/releases/download/$(QEMU_VERSION)/x86_64_qemu-arm-static.tar.gz
QEMU_CHECKSUM = 3fc9536f712b02c5c83cb45b4deba5c48dc87b3a48795ca4189da08ab6f25ac54495bc56e5e1914f595dc2ca68dcd04977264e9f19d5754e88ed3a6dea68ac12 QEMU_CHECKSUM = 1ecd9ef9d3a796127435356f50312f21df1f42d41a1cd9a5625523f40f6fce2afe07e2392d9c0b79a6552d61451f27be82172225fcc9fc8b7ca66410dc71870a
.PHONY: all tarball clean .PHONY: all tarball clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment