Kai Lueke
e65d09844c
jenkins/images.sh: use correct board for comparison
...
The output always was about amd64 because the board was not set.
Pass the board along.
2022-03-17 12:01:02 +01:00
Kai Lueke
e2759a3e67
build_library/set_lsb_release: create compatibility symlink
...
The os-release file was not only accessible through /usr/lib/ but
also through /usr/lib64 because "lib" was just a symlink.
Now that we split them up into two directories, add a compatibility
symlink in case /usr/lib64 was used to access os-release. A check
is added to also work without the split which is useful if the split
is not done for the SDK at the same time.
2022-03-17 11:58:12 +01:00
Kai Lueke
ee46cf104b
build_library/check_root: use the new location for kernel modules
...
The standard location is /usr/lib/modules but on Flatcar "lib" was a
symlink to "lib64". Now this is going to be split up in separate
directories but with compatibility symlinks.
Add the new location to the ignore list.
2022-03-17 11:56:26 +01:00
Jeremi Piotrowski
2dc19b3d4a
Merge pull request #260 from flatcar-linux/jepio/run_sdk_container-custom-image-fix
...
run_sdk_container: skip fetching image if custom_image is requested
2022-03-17 11:28:42 +01:00
Dongsu Park
96d59a1d55
app-emulation/docker: remove unnecessary patch for etcd
...
Now that Docker 20.10.13 updated its vendored etcd to 3.3.27, it is
not necessary any more to fix F_OFD_GETLK in etcd. Simply remove it.
2022-03-17 10:24:49 +01:00
Jeremi Piotrowski
afbee30067
run_sdk_container: skip fetching image if custom_image is requested
...
In our CI most uses of run_sdk_container pass the '-C image' flag, which broke
with the last change, due to unbound docker_sdk_vernum variable. Skip fetching
the image when custom_image is passed.
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2022-03-17 09:07:31 +01:00
Juan Antonio Osorio
6dadefecfb
Add SELinux flag for sssd build
...
Signed-off-by: Juan Antonio Osorio <juan.osoriorobles@eu.equinix.com>
2022-03-17 09:34:51 +02:00
Flatcar Buildbot
372c62308b
sys-kernel: Upgrade Linux Firmware 20220209 to 20220310
2022-03-17 07:12:09 +00:00
Sayan Chowdhury
a44e49d7a6
sys-fs/cryptsetup: Sync to cryptsetup 2.4.3
...
sync ref: 9ca608da6b
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-03-17 12:04:59 +05:30
flatcar-ci
90ea343ac1
New version: sdk-3181.0.0-nightly-20220317-0139
2022-03-17 04:35:48 +00:00
Thilo Fromm
9b83d3e80b
Merge pull request #258 from flatcar-linux/t-lo/ci-automation-tests-use-latest-kola
...
ci-automation/test.sh: use the latest kola from coreos-overlay
2022-03-16 17:04:16 +01:00
Kai Lüke
fc1620ae3e
Merge pull request #259 from flatcar-linux/kai/run-nightly-sdk
...
run_sdk_container: Fall back to tar ball download for SDK image and other improvements
2022-03-16 16:58:03 +01:00
Mathieu Tortuyaux
20cae0b0c3
Merge pull request #1727 from flatcar-linux/tormath1/openssl
...
dev-libs/openssl: bump to 3.0.2
2022-03-16 15:59:56 +01:00
Kai Lueke
cc9d43b01e
run_sdk_container: add remove flag
...
At the moment one must remove the leftover containers manually.
Add a flag to do so when stopping the container.
2022-03-16 15:55:14 +01:00
Kai Lueke
a0574bcf37
run_sdk_container: recognize --help flag
...
When the user passes --help we should not start a container and throw a
late error message afterwards but show the help directly.
2022-03-16 15:36:32 +01:00
Kai Lueke
c149d24ced
run_sdk_container: Fall back to tar ball download for SDK image
...
The nightly SDK image is not pushed to a registry but has to be
downloaded from the build server as tar ball.
Fall back to the tar ball import for a better user experience.
To reuse the ci logic it had to support the "docker" env variable.
The use of the pigz container is not always needed if the user has
pigz available.
2022-03-16 15:31:03 +01:00
Thilo Fromm
6286b0a442
ci-automation/test.sh: use the latest kola from coreos-overlay
2022-03-16 14:14:46 +01:00
Juan Antonio Osorio
af63770591
Add selinux-sssd package
...
This is needed by https://github.com/flatcar-linux/coreos-overlay/pull/1712
in order to enable the sssd SELinux policy
Signed-off-by: Juan Antonio Osorio <juan.osoriorobles@eu.equinix.com>
2022-03-16 14:49:29 +02:00
Mathieu Tortuyaux
dfbd94b035
changelog: add entries
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-03-16 11:07:42 +01:00
Mathieu Tortuyaux
f71a2f9e31
dev-libs/openssl: Apply Flatcar modifications
...
- remove unecessary files
- drop `pkg_postint`
- create `/etc/ssl` with tmpfiles
- mark openssl as stable for arm64 and amd64
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-03-16 11:03:49 +01:00
Thilo Fromm
08b620b5de
Merge pull request #257 from flatcar-linux/t-lo/ci-automation-tap-remove-nonprint-ascii
...
ci-automation/tapfile_helper_lib.sh: remove non-printable ASCII
2022-03-16 10:59:08 +01:00
Mathieu Tortuyaux
d01e5e7fa3
dev-libs/openssl: sync with ::gentoo
...
Commit-Ref: ca7cd67308
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-03-16 10:52:22 +01:00
Jeremi Piotrowski
6e4062fe24
Merge pull request #1723 from flatcar-linux/jepio/fix-aws-m4-main
...
sys-kernel/coreos-sources: revert commit which breaks networking on M4 instances
2022-03-16 10:35:16 +01:00
Thilo Fromm
a9700e16fb
ci-automation/tapfile_helper_lib.sh: remove non-printable ASCII
...
Jenkins TAP file parser does not process non-printable ASCII characters
but bails out. This change removes all ASCII < 0x1F, so non-printable
characters are not included in the TAP report.
Fixes
Caused by: unacceptable character '' (0x1B) special characters are not allowed
2022-03-16 09:37:48 +01:00
Flatcar Buildbot
d344be8799
app-emulation: Upgrade Docker 20.10.12 to 20.10.13
2022-03-16 07:46:49 +00:00
flatcar-ci
24a74477a8
New version: sdk-3180.0.0-nightly-20220316-0139
2022-03-16 04:46:27 +00:00
Jeremi Piotrowski
52971dee4b
changelog: add entry for revert which fixes AWS m4 networking
2022-03-15 19:35:56 +01:00
Jeremi Piotrowski
38680b5b7a
sys-kernel/coreos-sources: revert commit which breaks networking on M4 instances
...
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2022-03-15 19:35:56 +01:00
Krzesimir Nowak
0f47882252
Merge pull request #1688 from flatcar-linux/krnowak/pkg-updates-2018
...
Profile cleanups for updated packages from 2018
2022-03-15 18:03:52 +01:00
Krzesimir Nowak
04d51ed887
Merge pull request #302 from flatcar-linux/krnowak/pkg-updates-2018
...
Update packages and eclasses from 2018
2022-03-15 18:03:51 +01:00
Krzesimir Nowak
d784aa9238
coreos-base/update_engine: Drop unused alias
2022-03-15 17:55:25 +01:00
Krzesimir Nowak
833d18a78b
profiles: Add accept_keywords for app-crypt/rhash
...
So the version used for the potential arm64 SDK is the same as in
amd64 SDK.
2022-03-15 17:55:25 +01:00
Krzesimir Nowak
9e6d34f929
profiles: Drop outdated use flag for dev-libs/protobuf
2022-03-15 17:55:25 +01:00
Krzesimir Nowak
7f38b34ca0
profiles: Drop dev-libs/libusb from accept_keywords
...
The updated package is stable for both amd64 and arm64.
2022-03-15 17:55:25 +01:00
Krzesimir Nowak
93237a0bf4
profiles: Drop dev-libs/libassuan from accept_keywords
...
The updated package is stable for both amd64 and arm64.
2022-03-15 17:55:25 +01:00
Krzesimir Nowak
2021223762
profiles: Drop sys-fs/quota from accept_keywords
...
The updated package is stable for both amd64 and arm64.
2022-03-15 17:55:25 +01:00
Krzesimir Nowak
464d0fdcd4
profiles: Update accept_keywords for app-crypt/efitools
2022-03-15 17:55:25 +01:00
Krzesimir Nowak
8bdb5b4216
profiles: Drop sys-apps/sandbox from accept_keywords
...
The updated package is stable for both amd64 and arm64.
2022-03-15 17:55:25 +01:00
Krzesimir Nowak
1c4c5d0a3d
profiles: Drop dev-cpp/gflags from accept_keywords
...
The updated package is stable for both amd64 and arm64.
2022-03-15 17:55:25 +01:00
Thilo Fromm
aaf17af27d
Merge pull request #256 from flatcar-linux/t-lo/ci-automation-fix-update-test
...
ci-automation/vendor-testing/qemu_update.sh: fix unbound variable
2022-03-15 17:53:58 +01:00
Krzesimir Nowak
29d305201b
dev-libs/inih: Add from gentoo
...
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
It's a dependency of sys-fs/xfsprogs.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
d84be670cf
virtual/perl-version: Add from gentoo
...
It's from gentoo commit 7616bccb3c84c3b9513a22aea59081e6858602f0.
It's a dependency of dev-perl/libintl-perl.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
b03ce562b2
changelog: Add an entry
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
fc45a69176
eclass/ruby-single: Sync with gentoo
...
It's from gentoo commit 76843876d228f9f8cd9254016a1e80d9387e364d.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
3f07c6f22c
eclass/versionator: Sync with gentoo
...
It's from gentoo commit ffb256572995c9894ed5b1239ce5fbe59bed1a72.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
87a6215579
eclass/java-utils-2: Sync with gentoo
...
It's from gentoo commit b0969b17ed1e01f9c93a36ffb6cd0fa81747dac3.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
242fe5dfff
eclass/linux-mod: Sync with gentoo
...
It's from gentoo commit b984f1b57fba45cebdbf990eb02d25fda34d44a5.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
838d9e7dba
eclass/db-use: Sync with gentoo
...
It's from gentoo commit 52acf58202ee276674745962306d6cb00223f5e2.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
53dd124de6
eclass/check-reqs: Sync with gentoo
...
It's from gentoo commit a1db03163fb4a08d7813e92fa723db7a79566ef0.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
71e54186fd
eclass/golang-base: Sync with gentoo
...
It's from gentoo commit 7f8297d319da8a7fe6680217ad8362b46ac1c95a.
2022-03-15 17:53:29 +01:00