-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kata-cc: Fix make clean call in UVM build (#9837)
During UVM build, the default OS' clean target is executed - which is Ubuntu. Change make clean call to clean up the artifacts for the cbl-mariner distro: rm -rf /opt/kata-containers/uvm/tools/osbuilder/.ubuntu_rootfs.done /opt/kata-containers/uvm/tools/osbuilder/ubuntu_rootfs
- Loading branch information
1 parent
a900416
commit a455a7e
Showing
6 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -288,6 +288,9 @@ install -D -m 0755 %{_builddir}/%{name}-%{version}/tools/osbuilder/image-builder | |
%exclude %{osbuilder}/tools/osbuilder/rootfs-builder/ubuntu | ||
|
||
%changelog | ||
* Mon Jul 15 2024 Manuel Huber <[email protected]> - 3.2.0.azl2-4 | ||
- Call make clean with OS distro variable | ||
|
||
* Fri Jul 12 2024 Manuel Huber <[email protected]> - 3.2.0.azl2-3 | ||
- Adapt make install target parameters to cope with upstream | ||
fork Makefile changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
Summary: Kata Containers | ||
Name: kata-containers | ||
Version: 3.2.0.azl2 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
License: ASL 2.0 | ||
Vendor: Microsoft Corporation | ||
URL: https://github.com/microsoft/kata-containers | ||
|
@@ -215,6 +215,9 @@ ln -sf %{_bindir}/kata-runtime %{buildroot}%{_prefix}/local/bin/kata-runtime | |
%exclude %{kataosbuilderdir}/rootfs-builder/ubuntu | ||
|
||
%changelog | ||
* Mon Jul 15 2024 Manuel Huber <[email protected]> - 3.2.0.azl2-3 | ||
- Call make clean with OS distro variable | ||
|
||
* Thu Jun 06 2024 CBL-Mariner Servicing Account <[email protected]> - 3.2.0.azl2-2 | ||
- Bump release to rebuild with go 1.21.11 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters