Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux-i386 doesn't work with ubuntu 24.04 #1156

Open
diegomrsantos opened this issue Jul 29, 2024 · 1 comment
Open

linux-i386 doesn't work with ubuntu 24.04 #1156

diegomrsantos opened this issue Jul 29, 2024 · 1 comment
Assignees
Labels

Comments

@diegomrsantos
Copy link
Collaborator

diegomrsantos commented Jul 29, 2024

Install deps fails with:

Run nimble install_pinned
  nimble install_pinned
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    PLATFORM: x86
    ncpu: 1
    MAKE_CMD: make
    GOROOT: /opt/hostedtoolcache/go/1.15.15/x64
The futex facility returned an unexpected error code.
SIGABRT: Abnormal termination.
/home/runner/work/_temp/761dfd4c-7dd4-40dd-9496-909550f[2](https://github.com/vacp2p/nim-libp2p/actions/runs/10141458395/job/28038743233?pr=1151#step:7:2)1b65.sh: line 1:  5228 Aborted                 (core dumped) nimble install_pinned
Error: Process completed with exit code 1[3](https://github.com/vacp2p/nim-libp2p/actions/runs/10141458395/job/28038743233?pr=1151#step:7:3)4.
@diegomrsantos
Copy link
Collaborator Author

This prevents us from using Ubuntu 24.04 on CI.

diegomrsantos added a commit that referenced this issue Aug 1, 2024
- Add ubuntu-24-gcc-14 target on CI.
#1156 prevents us from using
only Ubuntu 24.
- Made the changes necessary to support gcc 14. More info on
status-im/nim-bearssl#62

Fixes #1150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Pipeline
Development

No branches or pull requests

2 participants