Skip to content

Commit

Permalink
Upgrade all glibc Linux images from Debian Buster to Debian Bullseye (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Aug 31, 2022
1 parent 5d9cd9a commit c1b17e0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion linux/llvm_passes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ packages = [
"m4",
"perl",
"pkg-config",
"python",
"python3",
"wget",
"zlib1g",
Expand Down
1 change: 0 additions & 1 deletion linux/package_linux.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ packages = [
"patchelf",
"perl",
"pkg-config",
"python",
"python3",
"vim",
"wget",
Expand Down
4 changes: 1 addition & 3 deletions linux/pkgserver_logsync.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ packages = String[
"zstd",
]

release = "bullseye"

artifact_hash, tarball_path, = debootstrap(arch, image; archive, packages, release)
artifact_hash, tarball_path, = debootstrap(arch, image; archive, packages)

upload_gha(tarball_path)
test_sandbox(artifact_hash)
2 changes: 1 addition & 1 deletion src/build_img/debian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function debootstrap(f::Function, arch::String, name::String;
force::Bool = false,
locales::Vector{String} = ["en_US.UTF-8 UTF-8"],
packages::Vector{String} = String[],
release::String = "buster",
release::String = "bullseye",
variant::String = "minbase")
if Sys.which("debootstrap") === nothing
error("Must install `debootstrap`!")
Expand Down

0 comments on commit c1b17e0

Please sign in to comment.