Doc McMillan
Doc McMillan
I tried this and got the following...tail of compilation: ``` [ 90%] Building CXX object external/oneTBB/src/tbb/CMakeFiles/tbb.dir/queuing_rw_mutex.cpp.o cd /home/smcmillan/github/gbtl/build_lums_cmake/external/oneTBB/src/tbb && /usr/bin/c++ -D__TBB_BUILD -D__TBB_USE_ITT_NOTIFY -I/home/smcmillan/github/gbtl/external/oneTBB/src/tbb/../../include -DTBB_ENABLE_IPO=OFF -O3 -DNDEBUG -flto=auto -fno-fat-lto-objects -fPIC -flifetime-dse=1...
"ld -v" reports binutils 2.30. Will try building a newer version next week.
Update: I am still trying to figure out how to upgrade binutils beyond version 2.30 on ubuntu 18.04.
The only way I found to upgrade binutils was to upgrade my Ubuntu to 20.04 LTS. The code the compiled without the modification described above.
It is an acceptable workaround for now. Is there a decision not to support binutils
FYI, that model is not a DAG. I see two cycles {BCF} and {BDF} On Mon, Sep 25, 2023 at 12:54 AM TrungDinhT ***@***.***> wrote: > [image: problematic_graph] > >...
Additional information: This happens when I am using "runs-on: ubuntu-latest" which is now apparently using Ubuntu 24.04.1. When I use "runs-on: ubuntu-22.04", the workflow completes successfully. This looks like a...
I am trying to use arm-runner-action with the base specified at ubuntu-latest. Sometime in the last two weeks my workflow for arm platform started failing because qemu was not getting...