Skip to content

Commit

Permalink
Add gcc-12-base for common gcc/c++ lib info
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <appu@google.com>
  • Loading branch information
loosebazooka committed Feb 12, 2025
1 parent 2c238bf commit 2569609
Show file tree
Hide file tree
Showing 9 changed files with 578 additions and 394 deletions.
493 changes: 296 additions & 197 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ package(default_visibility = ["//visibility:public"])
name = ("cc" if (not mode) else mode[1:]) + "_" + user + "_" + arch + "_" + distro,
base = "//base" + (mode if mode else ":base") + "_" + user + "_" + arch + "_" + distro,
tars = [
deb.package(arch, distro, "gcc-12-base"),
deb.package(arch, distro, "libgomp1"),
deb.package(arch, distro, "libstdc++6"),
deb.package(arch, distro, "libgcc-s1"),
Expand Down
1 change: 1 addition & 0 deletions java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ JAVA_VERSIONS_PER_DISTRO = [
deb.package(arch, distro, "libuuid1"),
deb.package(arch, distro, "libbrotli1"),
deb.package(arch, distro, "libcrypt1"),
deb.package(arch, distro, "gcc-12-base"),
deb.package(arch, distro, "libstdc++6"),
deb.package(arch, distro, "libgcc-s1"),
"//common:locale_" + distro + "_" + arch,
Expand Down
155 changes: 100 additions & 55 deletions private/repos/deb/bookworm.lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions private/repos/deb/bookworm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: 1

sources:
- channel: bookworm main
url: https://snapshot.debian.org/archive/debian/20250203T205752Z
url: https://snapshot.debian.org/archive/debian/20250211T205324Z
- channel: bookworm-updates main
url: https://snapshot.debian.org/archive/debian/20250203T205752Z
url: https://snapshot.debian.org/archive/debian/20250211T205324Z
- channel: bookworm-security main
url: https://snapshot.debian.org/archive/debian-security/20250203T205752Z
url: https://snapshot.debian.org/archive/debian-security/20250211T205324Z

archs:
- amd64
Expand All @@ -26,6 +26,7 @@ packages:
- openssl
- tzdata
# c++
- gcc-12-base
- libgcc-s1
- libgomp1
- libstdc++6
196 changes: 116 additions & 80 deletions private/repos/deb/bookworm_java.lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions private/repos/deb/bookworm_java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: 1

sources:
- channel: bookworm main
url: https://snapshot.debian.org/archive/debian/20250203T205752Z
url: https://snapshot.debian.org/archive/debian/20250211T205324Z
- channel: bookworm-updates main
url: https://snapshot.debian.org/archive/debian/20250203T205752Z
url: https://snapshot.debian.org/archive/debian/20250211T205324Z
- channel: bookworm-security main
url: https://snapshot.debian.org/archive/debian-security/20250203T205752Z
url: https://snapshot.debian.org/archive/debian-security/20250211T205324Z

archs:
- amd64
Expand All @@ -34,6 +34,7 @@ packages:
- openjdk-17-jdk-headless
- openjdk-17-jre-headless
- zlib1g
# TODO(appu): these two were coming from base yamls
# java image builds off base (not cc)
- gcc-12-base
- libgcc-s1
- libstdc++6
104 changes: 52 additions & 52 deletions private/repos/deb/bookworm_python.lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions private/repos/deb/bookworm_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: 1

sources:
- channel: bookworm main
url: https://snapshot.debian.org/archive/debian/20250203T205752Z
url: https://snapshot.debian.org/archive/debian/20250211T205324Z
- channel: bookworm-updates main
url: https://snapshot.debian.org/archive/debian/20250203T205752Z
url: https://snapshot.debian.org/archive/debian/20250211T205324Z
- channel: bookworm-security main
url: https://snapshot.debian.org/archive/debian-security/20250203T205752Z
url: https://snapshot.debian.org/archive/debian-security/20250211T205324Z

archs:
- amd64
Expand Down

0 comments on commit 2569609

Please # to comment.