Skip to content

Commit

Permalink
Fixes: compiler segfault on ARM64
Browse files Browse the repository at this point in the history
The CI crashes with:
```
21 370.9 [ 72%] Building C object tests/CMakeFiles/messaging_tests.dir/messaging_tests.c.o
21 371.1 cc: internal compiler error: Segmentation fault signal terminated program cc1
21 371.1 Please submit a full bug report, with preprocessed source (by using -freport-bug).
21 371.1 See <file:///usr/share/doc/gcc-12/README.Bugs> for instructions.
```

when trying to build c-green 1.6.2.
  • Loading branch information
nichtsfrei committed Feb 4, 2025
1 parent 27ab641 commit ec2e583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/install-openvas-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apt-get update && apt-get install --no-install-recommends --no-install-suggests
libhiredis-dev \
&& rm -rf /var/lib/apt/lists/*

curl -L -o cgreen.tar.gz https://github.com/cgreen-devs/cgreen/archive/refs/tags/1.6.2.tar.gz -k
tar -xzf cgreen.tar.gz && cd cgreen-1.6.2
curl -L -o cgreen.tar.gz https://github.com/cgreen-devs/cgreen/archive/refs/tags/1.6.3.tar.gz -k
tar -xzf cgreen.tar.gz && cd cgreen-1.6.3
make install
ldconfig

0 comments on commit ec2e583

Please sign in to comment.