Skip to content

Commit 4e8b6fc

Browse files
committed
Merge branch 'main' into joslobo/merge-from-main-dec2023
2 parents d68aba1 + 2b1b635 commit 4e8b6fc

194 files changed

Lines changed: 17256 additions & 548 deletions

File tree

Some content is hidden

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

.pipelines/templates/PackageBuild.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ parameters:
6262
- "false"
6363
- "true"
6464

65+
- name: maxCascadingRebuilds
66+
type: string
67+
default: ""
68+
6569
- name: outputArtifactsFolder
6670
type: string
6771
default: "$(Build.ArtifactStagingDirectory)"
@@ -146,6 +150,7 @@ steps:
146150
echo "ERROR: toolchain archive not found!" >&2
147151
exit 1
148152
fi
153+
echo "##vso[task.setvariable variable=toolchainArchive]$toolchain_archive"
149154
150155
sudo make -C "${{ parameters.buildRepoRoot }}/toolkit" toolchain TOOLCHAIN_ARCHIVE="$toolchain_archive"
151156
displayName: "Populate toolchain"
@@ -192,18 +197,24 @@ steps:
192197
use_ccache_arg="USE_CCACHE=n"
193198
fi
194199
200+
if [[ -n "${{ parameters.customToolchainArtifactName }}" ]]; then
201+
toolchain_archive_arg="TOOLCHAIN_ARCHIVE=$(toolchainArchive)"
202+
fi
203+
195204
sudo make -C "${{ parameters.buildRepoRoot }}/toolkit" build-packages -j$(nproc) \
196205
CONCURRENT_PACKAGE_BUILDS=${{ parameters.concurrentPackageBuilds }} \
197206
CONFIG_FILE="" \
207+
MAX_CASCADING_REBUILDS="${{ parameters.maxCascadingRebuilds }}" \
198208
MAX_CPU="${{ parameters.maxCPU }}" \
199209
REBUILD_TOOLS=y \
200210
REPO_LIST="${{ parameters.extraPackageRepos }}" \
201211
SPECS_DIR="${{ parameters.buildRepoRoot }}/${{ parameters.specsFolderPath }}" \
202212
SRPM_PACK_LIST="${{ parameters.srpmPackList }}" \
213+
TEST_RERUN_LIST="${{ parameters.testRerunList }}" \
203214
$delta_fetch_arg \
204215
$quick_rebuild_packages_arg \
205216
$run_check_arg \
206-
TEST_RERUN_LIST="${{ parameters.testRerunList }}" \
217+
$toolchain_archive_arg \
207218
$use_ccache_arg
208219
displayName: "Build packages"
209220

SPECS-EXTENDED/buildah/buildah.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
127127
- Bump release to rebuild against glibc 2.35-6
128128

129129
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.18.0-20
130-
- Bump release to rebuild with go 1.20.10
130+
- Bump release to rebuild with go 1.20.9
131131

132132
* Tue Oct 10 2023 Dan Streetman <ddstreet@ieee.org> - 1.18.0-19
133133
- Bump release to rebuild with updated version of Go.

SPECS-EXTENDED/containernetworking-plugins/containernetworking-plugins.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ install -p plugins/ipam/dhcp/systemd/cni-dhcp.socket %{buildroot}%{_unitdir}
130130

131131
%changelog
132132
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.1.1-13
133-
- Bump release to rebuild with go 1.20.10
133+
- Bump release to rebuild with go 1.20.9
134134

135135
* Tue Oct 10 2023 Dan Streetman <ddstreet@ieee.org> - 1.1.1-12
136136
- Bump release to rebuild with updated version of Go.

SPECS-EXTENDED/delve/delve.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ done
7373

7474
%changelog
7575
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.5.0-16
76-
- Bump release to rebuild with go 1.20.10
76+
- Bump release to rebuild with go 1.20.9
7777

7878
* Tue Oct 10 2023 Dan Streetman <ddstreet@ieee.org> - 1.5.0-15
7979
- Bump release to rebuild with updated version of Go.

SPECS-EXTENDED/linuxptp/linuxptp.signatures.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

SPECS-EXTENDED/podman/podman.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
391391
- Bump release to rebuild against glibc 2.35-6
392392

393393
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 4.1.1-17
394-
- Bump release to rebuild with go 1.20.10
394+
- Bump release to rebuild with go 1.20.9
395395

396396
* Tue Oct 10 2023 Dan Streetman <ddstreet@ieee.org> - 4.1.1-16
397397
- Bump release to rebuild with updated version of Go.

SPECS-EXTENDED/umoci/umoci.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ go test -mod=vendor
4040

4141
%changelog
4242
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.4.7-13
43-
- Bump release to rebuild with go 1.20.10
43+
- Bump release to rebuild with go 1.20.9
4444

4545
* Tue Oct 10 2023 Dan Streetman <ddstreet@ieee.org> - 0.4.7-12
4646
- Bump release to rebuild with updated version of Go.

SPECS-SIGNED/kernel-azure-signed/kernel-azure-signed.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%define uname_r %{version}-%{release}
1010
Summary: Signed Linux Kernel for Azure
1111
Name: kernel-azure-signed-%{buildarch}
12-
Version: 5.15.137.1
12+
Version: 5.15.138.1
1313
Release: 1%{?dist}
1414
License: GPLv2
1515
Vendor: Microsoft Corporation
@@ -153,6 +153,12 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
153153
%exclude /module_info.ld
154154

155155
%changelog
156+
* Tue Nov 21 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.138.1-1
157+
- Auto-upgrade to 5.15.138.1
158+
159+
* Mon Nov 20 2023 Rachel Menge <rachelmenge@microsoft.com> - 5.15.137.1-2
160+
- Bump release to match kernel
161+
156162
* Mon Nov 06 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.137.1-1
157163
- Auto-upgrade to 5.15.137.1
158164

SPECS-SIGNED/kernel-hci-signed/kernel-hci-signed.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%define uname_r %{version}-%{release}
55
Summary: Signed Linux Kernel for HCI
66
Name: kernel-hci-signed-%{buildarch}
7-
Version: 5.15.137.1
7+
Version: 5.15.138.1
88
Release: 1%{?dist}
99
License: GPLv2
1010
Vendor: Microsoft Corporation
@@ -149,6 +149,12 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
149149
%exclude /module_info.ld
150150

151151
%changelog
152+
* Tue Nov 21 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.138.1-1
153+
- Auto-upgrade to 5.15.138.1
154+
155+
* Mon Nov 20 2023 Rachel Menge <rachelmenge@microsoft.com> - 5.15.137.1-2
156+
- Bump release to match kernel
157+
152158
* Mon Nov 06 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.137.1-1
153159
- Auto-upgrade to 5.15.137.1
154160

SPECS-SIGNED/kernel-signed/kernel-signed.spec

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
%define uname_r %{version}-%{release}
1010
Summary: Signed Linux Kernel for %{buildarch} systems
1111
Name: kernel-signed-%{buildarch}
12-
Version: 5.15.137.1
13-
Release: 1%{?dist}
12+
Version: 5.15.138.1
13+
Release: 4%{?dist}
1414
License: GPLv2
1515
Vendor: Microsoft Corporation
1616
Distribution: Mariner
@@ -153,6 +153,21 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
153153
%exclude /module_info.ld
154154

155155
%changelog
156+
* Tue Nov 28 2023 Juan Camposeco <juanarturoc@microsoft.com> - 5.15.138.1-4
157+
- Bump release to match kernel
158+
159+
* Tue Nov 28 2023 Thien Trung Vuong <tvuong@microsoft.com> - 5.15.138.1-3
160+
- Bump release to match kernel
161+
162+
* Wed Nov 22 2023 David Daney <daviddaney@microsoft.com> - 5.15.138.1-2
163+
- Bump release to match kernel
164+
165+
* Tue Nov 21 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.138.1-1
166+
- Auto-upgrade to 5.15.138.1
167+
168+
* Mon Nov 20 2023 Rachel Menge <rachelmenge@microsoft.com> - 5.15.137.1-2
169+
- Bump release to match kernel
170+
156171
* Mon Nov 06 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.137.1-1
157172
- Auto-upgrade to 5.15.137.1
158173

0 commit comments

Comments
 (0)