Skip to content

Commit dda74ce

Browse files
committed
Merge branch 'main' into llvm/llvm-20
2 parents 5fa09d7 + 8493230 commit dda74ce

File tree

667 files changed

+5446
-3529
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

667 files changed

+5446
-3529
lines changed

.github/workflows/backfill.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
project_id: "prod-images-c6e5"
2626

27-
- uses: chainguard-dev/setup-chainctl@8d93dcbef466d3cf3533f67084f52eb74ef9d262 # v0.2.4
27+
- uses: chainguard-dev/setup-chainctl@272698817627c158bbd813cb783b62a4b9bbbc67 # v0.3.1
2828
with:
2929
# Managed here:
3030
# https://github.com/chainguard-dev/mono/blob/main/env/chainguard-images/iac/wolfi-os-pusher.tf
@@ -33,12 +33,6 @@ jobs:
3333
- name: 'Backfill packages to apk.cgr.dev'
3434
run: |
3535
set -e
36-
# Populate the token here, since chainctl auth token
37-
# doesn't support all of the options we need.
38-
chainctl auth login --audience apk.cgr.dev \
39-
--identity "720909c9f5279097d847ad02a2f24ba8f59de36a/6a26f2970f880c31"
40-
echo "::add-mask::$(chainctl auth token --audience apk.cgr.dev)"
41-
4236
for arch in "aarch64" "x86_64"; do
4337
echo "Processing ${arch}"
4438
while IFS= read -r pkg; do

.github/workflows/withdraw-packages.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
done
116116
117117
# use public chainguard provider.
118-
- uses: chainguard-dev/setup-chainctl@8d93dcbef466d3cf3533f67084f52eb74ef9d262 # v0.2.4
118+
- uses: chainguard-dev/setup-chainctl@272698817627c158bbd813cb783b62a4b9bbbc67 # v0.3.1
119119
with:
120120
# Managed here:
121121
# https://github.com/chainguard-dev/mono/blob/main/env/chainguard-images/iac/wolfi-os-pusher.tf
@@ -124,12 +124,6 @@ jobs:
124124
- name: 'Withdraw packages from apk.cgr.dev'
125125
run: |
126126
set -e
127-
# Populate the token here, since chainctl auth token
128-
# doesn't support all of the options we need.
129-
chainctl auth login --audience apk.cgr.dev \
130-
--identity "720909c9f5279097d847ad02a2f24ba8f59de36a/6a26f2970f880c31"
131-
echo "::add-mask::$(chainctl auth token --audience apk.cgr.dev)"
132-
133127
for arch in "aarch64" "x86_64"; do
134128
while IFS= read -r pkg; do
135129
curl -X DELETE \

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: detect-private-key
1414
exclude: ^ruby-3\.0/0001-ruby-3\.0\.6-openssl-patch\.patch$
1515
- repo: https://github.com/chainguard-dev/yam
16-
rev: 498642e77997ba79709f43a7ee2c84b12b2145bb # v0.2.12
16+
rev: fdb5b8c7c09513ca1ed6a88dba5951e4e52be1a7
1717
hooks:
1818
- id: yam
1919
files: ^[^/]+\.yaml$

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,6 @@ fetch-kernel:
116116

117117
kernel/%/APKINDEX.tar.gz:
118118
@$(call authget,apk.cgr.dev,$@,$(QEMU_KERNEL_REPO)/$(ARCH)/APKINDEX.tar.gz)
119-
# Retry in case of failure
120-
@if grep -q "UNAUTHORIZED" kernel/$(ARCH)/APKINDEX.tar.gz; then \
121-
echo "Auth failed, retrying"; \
122-
rm -rf kernel/$(ARCH); \
123-
make kernel/$(ARCH)/APKINDEX.tar.gz; \
124-
fi
125119

126120
kernel/%/APKINDEX: kernel/%/APKINDEX.tar.gz
127121
tar -x -C kernel --to-stdout -f $< APKINDEX > $@.tmp.$$$$ && mv $@.tmp.$$$$ $@
@@ -290,5 +284,5 @@ authget = tok=$$(chainctl auth token --audience=$(1)) || \
290284
{ echo "failed token from $(1) for target $@"; exit 1; }; \
291285
mkdir -p $$(dirname $(2)) && \
292286
echo "auth-download[$(1)] to $(2) from $(3)" && \
293-
curl -LS --silent -o $(2).tmp --user "user:$$tok" $(3) && \
287+
curl --fail -LS --silent -o $(2).tmp --user "user:$$tok" $(3) && \
294288
mv "$(2).tmp" "$(2)"

R-s2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: R-s2
3-
version: "1.1.8"
3+
version: "1.1.9"
44
epoch: 0
55
description: Spherical Geometry Operators Using the S2 Geometry Library
66
copyright:
@@ -29,7 +29,7 @@ pipeline:
2929
with:
3030
repository: https://github.com/cran/s2
3131
tag: ${{package.version}}
32-
expected-commit: eca2335e8df9ed2fd5c3a94bec59aedd5e3d985d
32+
expected-commit: 2ac29d895c56b3944fe6cb3876823dd290ca5639
3333

3434
- runs: |
3535
# https://github.com/wolfi-dev/os/issues/34075

abseil-cpp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: abseil-cpp
33
version: "20250127.1" # On update, please check if -fdelete-null-pointer-checks is still required
4-
epoch: 1
4+
epoch: 2
55
description: Abseil Common Libraries (C++)
66
copyright:
77
- license: Apache-2.0

aerospike-7.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: aerospike-7
3-
version: "7.2.0.10"
3+
version: "7.2.0.11"
44
epoch: 0
55
description: Aerospike Database Server - flash-optimized, in-memory, nosql database
66
copyright:
@@ -27,7 +27,7 @@ pipeline:
2727
with:
2828
repository: https://github.com/aerospike/aerospike-server
2929
tag: ${{package.version}}
30-
expected-commit: 3fa686b58cfd57a4d962020dc3ad8109143c93ba
30+
expected-commit: c88987ed424647b07a0be3535c37363ba5b91a2a
3131
recurse-submodules: true
3232

3333
- runs: |

aerospike.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: aerospike
3-
version: "6.4.0.32"
3+
version: "6.4.0.33"
44
epoch: 0
55
description: Aerospike Database Server - flash-optimized, in-memory, nosql database
66
copyright:
@@ -27,7 +27,7 @@ pipeline:
2727
with:
2828
repository: https://github.com/aerospike/aerospike-server
2929
tag: ${{package.version}}
30-
expected-commit: 5bb6e776b4d7aca4f8c76165c4c92e82277458a4
30+
expected-commit: dcc34ae9c103e8315b9d68e93780967bd5a154ff
3131

3232
- runs: git submodule update --init
3333

alsa-lib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: alsa-lib
33
version: "1.2.14"
4-
epoch: 0
4+
epoch: 1
55
description: Advanced Linux Sound Architecture (ALSA) library
66
copyright:
77
- license: LGPL-2.1-or-later

amazon-cloudwatch-agent-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: amazon-cloudwatch-agent-operator
3-
version: "3.0.0"
3+
version: "3.0.1"
44
epoch: 0
55
description: Software developed to manage the CloudWatch Agent on kubernetes.
66
copyright:
@@ -9,7 +9,7 @@ package:
99
pipeline:
1010
- uses: git-checkout
1111
with:
12-
expected-commit: e35509cf952428ea2c6c939e13a5b477d68bcae7
12+
expected-commit: 7e1557aa893413e8655dd9d383982eae94c815bf
1313
repository: https://github.com/aws/amazon-cloudwatch-agent-operator
1414
tag: v${{package.version}}
1515

0 commit comments

Comments
 (0)