6101 Commits

Author SHA1 Message Date
Flatcar Buildbot
ad8de96dcc chore(metadata): Regenerate cache 2020-05-29 09:43:57 +02:00
Flatcar Buildbot
96bb021dfa dev-lang: Upgrade Rust 1.36.0 to 1.43.1 2020-05-29 09:43:57 +02:00
Dongsu Park
b8d772d5a2 Merge pull request #383 from flatcar-linux/dongsu/docker-fix-github-url-alpha
app-emulation/docker: Fix URLs for docker-ce tarballs for alpha
2020-05-28 18:07:03 +02:00
Dongsu Park
14e1f33a03 Merge pull request #327 from flatcar-linux/dongsu/strace-5.6-alpha
dev-util/strace: bump to 5.6 for alpha
2020-05-28 17:12:58 +02:00
Dongsu Park
757779c56d app-emulation/docker: Fix URLs for docker-ce tarballs
Since docker-ce v18.09, the upstream repo github.com/docker/docker-ce
has changed its way of version tagging, from `$VERSION-ce` to `$VERSION`.
As a result, e.g. for v19.03.8,
https://github.com/docker/docker-ce/archive/v19.03.8-ce.tar.gz is not
valid any more. It must be actually
https://github.com/docker/docker-ce/archive/v19.03.8.tar.gz.

So we need to remove the suffix `-ce` from every version since v18.09.
2020-05-27 10:37:26 +02:00
Flatcar Buildbot
7159e84768 chore(metadata): Regenerate cache 2020-05-25 12:24:37 +02:00
Flatcar Buildbot
3e4ae9d90b dev-lang: Upgrade Go 1.13.10 to 1.13.11 2020-05-25 12:24:08 +02:00
Dongsu Park
e2192fda69 Merge pull request #375 from flatcar-linux/linux-5.4.42-alpha
Upgrade Linux Kernel in Alpha from 5.4.41 to 5.4.42
2020-05-25 12:21:02 +02:00
Sayan Chowdhury
728d22f652 Merge pull request #376 from flatcar-linux/sayan/revert-runc-patch
Revert "Merge pull request #289 from flatcar-linux/dongsu/docker-runc-selinux-alpha"
2020-05-22 21:29:52 +05:30
Kai Lüke
762d62e40a sys-kernel/bootengine: Point to latest flatcar-master
Pulls in https://github.com/flatcar-linux/bootengine/pull/13
2020-05-22 15:34:33 +02:00
Kai Lüke
37d7c5b750 coreos-base/update_engine: Point to latest flatcar-master
Pulls in https://github.com/flatcar-linux/update_engine/pull/5
2020-05-22 15:34:33 +02:00
Kai Lüke
3a14e9f45e profiles: Disable ccache
The unzip update in the portage-stable branch going along with this PR
suddenly fails to compile because ccache permissions are wrong in one
subfolder.
Disable ccache because it only gives a low hit rate anyway and once a
package is compiled, emerge will reuse the binary package. (A possible
compilation performance regression would be if a kernel patch is tested
and the kernel package needs to be build over and over again without being
able to keep the object files - not sure if this or something similar is
often the case.)
2020-05-22 15:34:33 +02:00
Benjamin Gilbert
9c97755a7c chore(metadata): Regenerate cache 2020-05-22 15:34:33 +02:00
Benjamin Gilbert
9e7b18d905 app-editors/vim: Apply CoreOS changes
- Drop Python 3.8
2020-05-22 15:34:32 +02:00
Benjamin Gilbert
8523035643 app-editors/vim: Import latest Gentoo stable version 2020-05-22 15:34:32 +02:00
Flatcar Buildbot
4dc6e17d16 chore(metadata): Regenerate cache 2020-05-21 07:07:00 +00:00
Flatcar Buildbot
a5a72f08e5 sys-kernel: Upgrade coreos-kernel 5.4.41 to 5.4.42 2020-05-21 07:07:00 +00:00
Kai Lüke
cda59bca46 sys-apps/seismograph: Point to latest flatcar-master
Pulls in https://github.com/flatcar-linux/seismograph/pull/4
to fix setting GPT labels with cgpt.
2020-05-20 18:24:57 +02:00
Sayan Chowdhury
de5457447a Revert "Merge pull request #289 from flatcar-linux/dongsu/docker-runc-selinux-alpha"
This reverts commit 210d750b39eb2a1e7319dbc445c131bb6e8d3f2d, reversing
changes made to 08771213dbe072daa07182f1b1fc51671471d9ef.
2020-05-20 15:48:59 +05:30
Kai Lüke
17e2dbc8c3 Cleanup files from build bot commit
The upstream patches were applied with a conflict.
These extra files were not deleted when resolving.
2020-05-18 17:48:37 +02:00
Benjamin Gilbert
42bf4024bb chore(metadata): Regenerate cache 2020-05-18 17:15:44 +02:00
Benjamin Gilbert
453b034ca5 dev-libs/openssl: Apply CoreOS changes
- Drop pkg_postinst.
  - Create /etc/ssl with tmpfiles (and package it for the SDK).
2020-05-18 17:15:26 +02:00
Benjamin Gilbert
15a0f44519 dev-libs/openssl: Sync with Gentoo's latest 1.0.2 stable 2020-05-18 17:14:58 +02:00
Krzesimir Nowak
7d130f7149 sys-kernel/bootengine: bump to fix the sysroot-boot service race
Fixes https://github.com/flatcar-linux/Flatcar/issues/83.
2020-05-18 15:18:46 +02:00
Benjamin Gilbert
78875a0303 chore(metadata): Regenerate cache 2020-05-18 14:09:54 +02:00
Benjamin Gilbert
9aadec88d7 dev-db/etcdctl: bump to 3.3.20 2020-05-18 14:08:05 +02:00
Benjamin Gilbert
e5a9a9aec2 app-admin/etcd-wrapper: bump to 3.3.20 2020-05-18 14:08:05 +02:00
Benjamin Gilbert
6129515a84 app-admin/*-wrapper: pull container as docker image by default
quay.io is removing ACI conversion support.  Unless overridden, pull
as a docker image instead.
2020-05-18 14:08:04 +02:00
Sayan Chowdhury
fb44c9302b Merge pull request #356 from flatcar-linux/sayan/upgrade-systemd-alpha-243
sys-apps/systemd: Bump to v243 along with needed ebuild changes
2020-05-15 17:38:51 +05:30
Dongsu Park
663614bd53 sys-apps/seismograph: update to fix rootdev and cgpt
Update commit of seismograph to pull in the PRs:

https://github.com/flatcar-linux/seismograph/pull/2
https://github.com/flatcar-linux/seismograph/pull/3
2020-05-14 16:51:35 +02:00
Flatcar Buildbot
5aedefd395 chore(metadata): Regenerate cache 2020-05-14 07:07:18 +00:00
Flatcar Buildbot
1123ea6bea sys-kernel: Upgrade coreos-kernel 5.4.40 to 5.4.41 2020-05-14 07:07:17 +00:00
Sayan Chowdhury
7f26efa043 sys-apps/systemd: Bump to v243 along with needed ebuild changes
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-05-12 16:18:30 +00:00
Flatcar Buildbot
c90d76c0e9 chore(metadata): Regenerate cache 2020-05-11 07:06:16 +00:00
Flatcar Buildbot
728361dd15 sys-kernel: Upgrade coreos-kernel 5.4.38 to 5.4.40 2020-05-11 07:06:16 +00:00
Sayan Chowdhury
6328beec3d sys-kernel/coreos-modules: Add the wireguard module
This commit adds the wireguard module patch through the
wireguard-linux-compat repo. This also adds the wireguard-tools, the
userspace tool for wireguard

Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-05-06 10:58:31 +00:00
Kai Lüke
890f327626 coreos-base/coreos-init: Point to latest flatcar-master
Pulls in https://github.com/flatcar-linux/init/pull/18 to describe
that setting OEM uses an OEM image.
2020-05-05 13:18:32 +02:00
Dongsu Park
be83562d1f Merge pull request #339 from flatcar-linux/linux-5.4.38-alpha
Upgrade Linux Kernel in Alpha from 5.4.35 to 5.4.38
2020-05-04 16:29:17 +02:00
Dongsu Park
9e354feb1d Merge pull request #320 from samm-git/patch-1
Set oniguruma USE flag for the jq package
2020-05-04 11:19:44 +02:00
Flatcar Buildbot
f28ee38a15 chore(metadata): Regenerate cache 2020-05-03 07:07:01 +00:00
Flatcar Buildbot
21212096da sys-kernel: Upgrade coreos-kernel 5.4.35 to 5.4.38 2020-05-03 07:07:01 +00:00
Alex Samorukov
ffdc7c5316 Set oniguruma USE flag for the jq package 2020-05-02 13:48:34 +02:00
Kai Lüke
1cafcf8d22 coreos-base/oem-azure: Use flatcar.autologin for the serial console
The user can only login via SSH if no password was set and can't login
over the serial console in the web UI. To login, the user needs to press
reboot and then append flatcar.autologin to the kernel command line parameters
in GRUB each time. The user may also not know that this option even exists.
Set flatcar.autologin by default in the kernel command line parameters for
Azure so that users don't need to set this themselves.
2020-04-30 12:02:08 +02:00
Dongsu Park
717502ea0b chore(metadata): Regenerate cache 2020-04-29 15:49:00 +02:00
Dongsu Park
4b7fb93be2 profiles: specify keywords for strace >= 5.3
Since strace 5.3 or newer is not enabled for `amd64` and `arm64` by
default, we need to add keywords `~amd64` and `~arm64` for newer
versions of strace.
2020-04-29 15:44:55 +02:00
Dongsu Park
74644fb5d5 dev-util/strace: bump to 5.6
Update strace to 5.6, to make it compatible with recent Kernels.

It does not include a third-party patch `strace-5.5-static.patch`,
which could cause build failures with pkgconfig <= 2.28.
2020-04-29 15:44:55 +02:00
Dongsu Park
e42df99a14 profiles: enable fero-client
Since fero-client pulls in `virtual/rust` and other rust-related
packages, we need to enable keywords for fero-client.
2020-04-28 17:53:01 +02:00
Dongsu Park
d3f4a95fbe profiles: bump edk2-ovmf to 201905
Now that edk2-ovmf was updated to 201905, we need to also fix edk2-ovmf
to 201905 for ~arm64, so we can avoid build errors.
2020-04-28 11:47:00 +02:00
Flatcar Buildbot
5696ab4159 profile: set python 3.6 single target for cross builds
Now that `cross-{x86_64,aarch64}-cros-linux-gnu/gdb` was updated to 9.1,
it needs exactly one of `python_single_target_python3_6` and
`python_single_target_python3_7`. Since python 3.7 is not available yet,
we need to enable 3.6 and disable 3.7, for the SDK profile.

Without the fix, toolchain builds will fail like that:

```
!!! The ebuild selected to satisfy "cross-aarch64-cros-linux-gnu/gdb"
has unmet requirements.
- cross-aarch64-cros-linux-gnu/gdb-9.1-r1::x-crossdev USE="client nls python server -lzma -multitarget -source-highlight -test -vanilla -xml -xxhash"
  PYTHON_SINGLE_TARGET="-python3_6 (-python3_7)" PYTHON_TARGETS="python3_6 (-python3_7)"

  The following REQUIRED_USE flag constraints are unsatisfied:
    python? ( exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 ) )

  The above constraints are a subset of the following complete expression:
    python? ( exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 )
              python_single_target_python3_6? ( python_targets_python3_6)
              python_single_target_python3_7? ( python_targets_python3_7 ) ) any-of ( client server )
```
2020-04-27 16:55:26 +02:00
Sayan Chowdhury
d304f583f3 Merge pull request #309 from flatcar-linux/dongsu/gdb-9.1-alpha
sys-devel/gdb: update to 9.1 for alpha
2020-04-27 18:01:02 +05:30