[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 783c85: Do not use linux-latest runner, use an older stabl...

David T Lewis noreply at github.com
Sat Sep 25 14:02:39 UTC 2021


  Branch: refs/heads/dtl/linux-runs-on-setting
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 783c850d27680f23220d3acac430aa08afad1c3e
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/783c850d27680f23220d3acac430aa08afad1c3e
  Author: David T. Lewis <lewis at mail.msen.com>
  Date:   2021-09-25 (Sat, 25 Sep 2021)

  Changed paths:
    M .github/workflows/linux.yml

  Log Message:
  -----------
  Do not use linux-latest runner, use an older stable version.
A VM compiled on ubuntu-20.04 (aka latest) will not run on
ubuntu-16.04 due to runtime library link issues. Therefore
select ubuntu-18.04 as a build runner that is likely to support
a wider range of existing Linux systems. Addresses this problem:

 /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found




More information about the Vm-dev mailing list