Skip to content

Commit

Permalink
Add 8.2.0-rc0, remove 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Nov 16, 2023
1 parent 76aabd0 commit d0280d8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
8 changes: 6 additions & 2 deletions 7.2/Dockerfile → 8.2-rc/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions 7.2/Dockerfile.native → 8.2-rc/Dockerfile.native

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ RUN set -eux; \
libfuse3-dev \
# https://wiki.qemu.org/ChangeLog/7.2#Removal_of_the_.22slirp.22_submodule_.28affects_.22-netdev_user.22.29
libslirp-dev \
{{ if [ "7.2", "8.0" ] | index(env.version) then "" else ( -}}
{{ if [ "8.0" ] | index(env.version) then "" else ( -}}
# https://wiki.qemu.org/ChangeLog/8.1#Build_Dependencies
python3-venv \
# "../meson.build:3070:18: ERROR: Git program not found, cannot download dtc.wrap via git."
Expand Down
1 change: 0 additions & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -Eeuo pipefail

declare -A aliases=(
[8.1]='8 latest'
[7.2]='7'
)

self="$(basename "$BASH_SOURCE")"
Expand Down
8 changes: 4 additions & 4 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"7.2": {
"url": "https://download.qemu.org/qemu-7.2.6.tar.xz",
"version": "7.2.6"
},
"8.0": {
"url": "https://download.qemu.org/qemu-8.0.5.tar.xz",
"version": "8.0.5"
},
"8.1": {
"url": "https://download.qemu.org/qemu-8.1.2.tar.xz",
"version": "8.1.2"
},
"8.2-rc": {
"url": "https://download.qemu.org/qemu-8.2.0-rc0.tar.xz",
"version": "8.2.0-rc0"
}
}

0 comments on commit d0280d8

Please sign in to comment.