From Fedora Project Wiki
< Architectures | s390x
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
== Known issues in F-26 == | == Known issues in F-26 == | ||
* .. | * docker can't start containers, oci-register-machine reports "Operation not supported" in journal | ||
* workaround is to set "disable:true" in /etc/oci-register-machine.conf | |||
* root cause is a bug in godbus library, proposed fix is https://github.com/godbus/dbus/pull/86 | |||
== Developer information == | == Developer information == | ||
Release blocker tracker bug is [https://bugzilla.redhat.com/show_bug.cgi?id=F26s390x F26s390x] | Release blocker tracker bug is [https://bugzilla.redhat.com/show_bug.cgi?id=F26s390x F26s390x] |
Revision as of 08:56, 15 June 2017
Downloads
Please download pre-release composes from
- http://s390.koji.fedoraproject.org/compose/branched (nightlies)
- http://s390.koji.fedoraproject.org/compose/26 (release candidates)
Release Notes
for older notes see Architectures/s390x/25
- OCaml 4.03+ brings native code generator (z10+)
- nodejs 6.x is available
- rust compiler with its cargo buildsystem have been bootstrapped for s390x
- mongodb 3.4 is available
- minimum architecture level has been moved to zEC12, bug 1404991
- gperftools (including tcmalloc) is available
Known issues in F-26
- docker can't start containers, oci-register-machine reports "Operation not supported" in journal
* workaround is to set "disable:true" in /etc/oci-register-machine.conf * root cause is a bug in godbus library, proposed fix is https://github.com/godbus/dbus/pull/86
Developer information
Release blocker tracker bug is F26s390x