Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
raspbian-base
Commits
0a1daf0c
Commit
0a1daf0c
authored
Nov 22, 2021
by
Alexander A. Klimov
😎
Browse files
Update QEMU
to avoid "semop(1): encountered an error: Function not implemented"
parent
830593c7
Pipeline
#21765
passed with stage
in 5 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
0a1daf0c
...
...
@@ -15,9 +15,9 @@ ifneq ($(CI_REGISTRY),)
IMAGE
:=
$(CI_REGISTRY)
/
$(IMAGE)
endif
QEMU_VERSION
=
v
4.0
.0-
5
QEMU_STATIC
=
https://github.com/multiarch/qemu-user-static/releases/download/
$(QEMU_VERSION)
/qemu-arm-static.tar.gz
QEMU_CHECKSUM
=
3fc9536f712b02c5c83cb45b4deba5c48dc87b3a48795ca4189da08ab6f25ac54495bc56e5e1914f595dc2ca68dcd04977264e9f19d5754e88ed3a6dea68ac12
QEMU_VERSION
=
v
6.1
.0-
8
QEMU_STATIC
=
https://github.com/multiarch/qemu-user-static/releases/download/
$(QEMU_VERSION)
/
x86_64_
qemu-arm-static.tar.gz
QEMU_CHECKSUM
=
1ecd9ef9d3a796127435356f50312f21df1f42d41a1cd9a5625523f40f6fce2afe07e2392d9c0b79a6552d61451f27be82172225fcc9fc8b7ca66410dc71870a
.PHONY
:
all tarball clean
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment