mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 03:21:43 +02:00
Current cross builds of perl segfault on simple operations such as `perl -V`. This appears to be due to the cross-build not getting `-fwrapv -fno-strict-aliasing` passed from the configure script. While we try to get this fixed upstream, we can monkeypatch our old version of perl to fix this. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
Description
Languages
Shell
93.1%
Python
6.9%