flatcar-ci
0837609708
New version: alpha-3637.0.0-nightly-20230704-2100
2023-07-04 21:00:23 +00:00
flatcar-ci
9970e1677f
New version: alpha-3637.0.0-nightly-20230703-2100
2023-07-03 21:00:25 +00:00
Dongsu Park
adc944d00b
Merge pull request #966 from flatcar/cacerts-3.91-flatcar-3637
...
Update ca-certificates in flatcar-3637 from 3.90 to 3.91
2023-07-03 18:06:27 +02:00
Flatcar Buildbot
1c1b111c97
app-misc/ca-certificates: Update from 3.90 to 3.91
2023-07-03 07:21:12 +00:00
Flatcar Buildbot
b3d30e7b5b
sys-kernel/coreos-sources: Update from 6.1.34 to 6.1.37
2023-07-02 07:12:21 +00:00
flatcar-ci
c1b6d38e57
New version: alpha-3637.0.0-nightly-20230630-0808
2023-06-30 08:08:54 +00:00
Kai Lueke
fea48bb5d8
sys-auth/sssd: Add missing /var/log/sssd tmpfiles entry
...
The folders are not created through "keepdir" which results in tmpfiles
rules but an explict tmpfiles file. This is error prone and we should
try to move to "keepdir" instead but for the backport, just add the
missing line.
2023-06-29 14:12:57 +02:00
flatcar-ci
f8bfaebbc1
New version: alpha-3637.0.0-nightly-20230628-2100
2023-06-28 21:00:26 +00:00
flatcar-ci
2dbddbce58
New version: alpha-3637.0.0-nightly-20230627-2100
2023-06-27 21:00:29 +00:00
Kai Lueke
280a8a9d69
coreos-base/coreos-init: Work around bash regression and handle dd error
...
This pulls in
https://github.com/flatcar/init/pull/97
and
https://github.com/flatcar/init/pull/99
to work around a bash regression and add handling for disk write errors.
2023-06-27 11:42:31 +02:00
flatcar-ci
4de2fcbc23
New version: alpha-3637.0.0-nightly-20230622-2100
2023-06-22 21:00:25 +00:00
Kai Lueke
01baf080c8
coreos-base/coreos-cloudinit: Don't use configdrive on DigitalOcean
...
This pulls in
https://github.com/flatcar/coreos-cloudinit/pull/22
to prevent using the configdrive on DigitalOcean.
2023-06-20 20:12:29 +02:00
Mathieu Tortuyaux
6b6fdc7ae0
coreos-base/oem-ec2-compat: fix JSON formatting
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-06-20 15:27:34 +02:00
Sayan Chowdhury
bde89e3065
New version: alpha-3637.0.0
2023-06-16 20:18:13 +05:30
Sayan Chowdhury
a85f6b9abf
Merge pull request #932 from flatcar/sayan/add-nvidia-test
...
x11-drivers/nvidia-drivers: Add GPU test and move package to /usr
2023-06-16 20:04:32 +05:30
Flatcar Buildbot
bad5151e5c
Update mantle container image to latest HEAD
2023-06-16 14:23:47 +00:00
Dongsu Park
60797db572
Merge pull request #927 from flatcar/linux-6.1.34-main
...
Upgrade Linux Kernel for main from 6.1.33 to 6.1.34
2023-06-16 15:36:36 +02:00
Sayan Chowdhury
23a4a255db
x11-drivers/nvidia-drivers: Move the package to /usr
...
- move the package to /usr
- remove the nvidia-metadata package
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
2023-06-16 18:23:14 +05:30
Dongsu Park
0cf30eae2b
Merge pull request #908 from flatcar/dongsu/rust-1.70
...
dev-lang/rust: Update to 1.70.0
2023-06-16 14:37:54 +02:00
Dongsu Park
686915fefa
coreos-base/update-ssh-keys: set LTO to false to fix build failures
...
Build fails with Rust 1.70+ as Gentoo ebuild of Rust 1.70 started
showing different behavior w.r.t. LTO.
Set LTO to false (a.k.a. "thin-local") to fix that.
Pulls in https://github.com/flatcar/update-ssh-keys/pull/8
2023-06-16 12:54:36 +02:00
Sayan Chowdhury
11637c6a6d
Add setup to run the GPU tests on Azure
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-06-16 13:04:09 +05:30
flatcar-ci
04952e64f0
New version: main-3636.0.0-nightly-20230615-2100
2023-06-15 21:00:33 +00:00
Dongsu Park
54eb0f2ec5
Merge pull request #866 from krishjainx/patch-2
...
Migrate to Type=notify
2023-06-15 17:53:13 +02:00
Dongsu Park
7eea888106
Merge pull request #865 from krishjainx/patch-1
...
Update commonconfig-6.1 to build kernel with TLS module
2023-06-15 17:45:06 +02:00
Dongsu Park
11fa6b211d
coreos-base/afterburn: set LTO to false in Cargo.toml
...
Set `lto = false` in Cargo.toml to fix build issues that started
happening with Rust 1.70+.
Note, as upstream afterburn 5.4.0+ started dropping the `lto` option
completely, it is not necessary to fix upstream. However, as long as
Flatcar keeps using afterburn 5.2.0, this patch is still needed for
Flatcar.
2023-06-15 12:46:15 +02:00
Dongsu Park
82f9e1b8db
dev-lang/rust: Apply Flatcar modifications
...
- Apply cross-compiling changes.
- Remove python3_12, which is not supported by Flatcar.
- Remove dependency on sys-apps/lsb-release, which conflicts with
sys-apps/baselayout of Flatcar.
- Remove rust-src to keep the SDK size minimal.
- Add a comment about keeping the patchlevel 0 of stage0.
- Update Rust version from 1.69 to 1.70 in profiles.
Based on commit 9ac87490bd4a4306496b4dfaa0aa8e85fb10e8d7
2023-06-15 12:46:13 +02:00
Dongsu Park
9fb1ddbc4c
dev-lang/rust: sync with Gentoo
...
Update dev-lang/rust and virtual/rust to 1.70.0, syncing with Gentoo.
Gentoo commit: 7aba087b0bd466d34adb02dba157f5a7ba5bbbe9
2023-06-15 12:45:14 +02:00
Krzesimir Nowak
2396a9bdd1
eclass/xorg-3: Sync with Gentoo
...
It's from Gentoo commit 3db70e9c014e415ae38a713b47cf7b299fd11945.
2023-06-15 12:18:54 +02:00
Krzesimir Nowak
a60a79df1f
app-eselect/eselect-lua: Drop unused package
...
We marked it as provided, so it is never built.
2023-06-15 12:18:54 +02:00
Krzesimir Nowak
c0c80fb5d8
overlay profiles: Drop obsolete USE flags for app-shells/bash
...
It was obsolete since 2016.
2023-06-15 12:18:54 +02:00
Krzesimir Nowak
ed44190b18
overlay profiles: Update accept keywords for app-shells/bash
2023-06-15 12:18:54 +02:00
Krzesimir Nowak
e99ec83824
overlay dev-lang/go-bootstrap: Remove package leftovers
2023-06-15 12:18:54 +02:00
Krzesimir Nowak
0fc46c9328
dev-perl/Text-Unidecode: Drop unused package
2023-06-15 12:18:54 +02:00
Krzesimir Nowak
60e0e9390c
dev-perl/Unicode-EastAsianWidth: Drop unused package
2023-06-15 12:18:54 +02:00
Krzesimir Nowak
dc3f09b90f
overlay profiles: Add accept keywords for net-dns/c-ares
2023-06-15 12:18:32 +02:00
Krzesimir Nowak
317b9c4364
overlay profiles: Update accept keywords for net-misc/curl
2023-06-15 12:15:16 +02:00
Krzesimir Nowak
eca45840ca
sys-apps/config-site: Add from Gentoo
...
It's from Gentoo commit 940fa400354017ec9cc840f3e2cb897f73bce9c6.
2023-06-15 12:13:36 +02:00
Krzesimir Nowak
dfbf82098c
overlay profiles: Drop accept keywords for sys-libs/libcap
...
It became stable for both amd64 and arm64.
2023-06-15 12:13:36 +02:00
Flatcar Buildbot
260954ffe7
x11-libs/pixman: Sync with Gentoo
...
It's from Gentoo commit bd7cb186c573e4c26d83a4fd62b06e201182c847.
2023-06-15 12:12:03 +02:00
Flatcar Buildbot
083d9668f1
virtual/pkgconfig: Sync with Gentoo
...
It's from Gentoo commit 77f67752cd0fa1d306b5d82723954ac8dbc6cd6c.
2023-06-15 12:12:03 +02:00
Flatcar Buildbot
89cf4065f1
virtual/perl-IO: Sync with Gentoo
...
It's from Gentoo commit c17e0f86c679d5ec6b877804af4906803e7b231b.
2023-06-15 12:12:03 +02:00
Flatcar Buildbot
87ac50ab3b
virtual/perl-Getopt-Long: Sync with Gentoo
...
It's from Gentoo commit 99ac4e26864ad8f65846c4cea67bc4b0292031e7.
2023-06-15 12:12:03 +02:00
Flatcar Buildbot
4ea2a82e54
virtual/perl-File-Temp: Sync with Gentoo
...
It's from Gentoo commit fd131e723acb067b3890473fe9680756e6c177c8.
2023-06-15 12:12:03 +02:00
Flatcar Buildbot
4e0874dc04
virtual/perl-File-Spec: Sync with Gentoo
...
It's from Gentoo commit cec5ade314dd8b18f93ffd502087dae86ef4e24b.
2023-06-15 12:12:03 +02:00
Flatcar Buildbot
c58f5c4b34
virtual/perl-ExtUtils-MakeMaker: Sync with Gentoo
...
It's from Gentoo commit 777491bcdae46d1764c73dfb0e0c471943bddd6c.
2023-06-15 12:12:03 +02:00
Flatcar Buildbot
1bfdd10b9f
virtual/perl-Exporter: Sync with Gentoo
...
It's from Gentoo commit b1dc4abca3ee0d1763d83501c9c032172a27ec96.
2023-06-15 12:12:03 +02:00
Flatcar Buildbot
0832cd609f
virtual/perl-Carp: Sync with Gentoo
...
It's from Gentoo commit f7c90b96ce5780e8c8b84326b28da2607ecc6eb5.
2023-06-15 12:12:03 +02:00
Flatcar Buildbot
ccf6b6bab7
virtual/libelf: Sync with Gentoo
...
It's from Gentoo commit 6d2df6f4b71756f49d6afeb99ef76b693bd39742.
2023-06-15 12:12:03 +02:00
Flatcar Buildbot
c0ecf67139
virtual/libcrypt: Sync with Gentoo
...
It's from Gentoo commit cb9517f2046423441d65e58fedf0aa7172176202.
2023-06-15 12:12:03 +02:00
Flatcar Buildbot
fef0dc835c
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit 44adc9b74598ec176148cf3f620f45ca86c7c172.
2023-06-15 12:12:03 +02:00