Replies: 2 comments 2 replies
-
Hi @KuiWei004 sorry for the delayed response! Just want to note that supporting various different build environments is kind of "we'll try not to break them intentionally but if it's not in CI it's difficult / patches welcome" for XLS at this time, but I'm hopeful we can get both 20.04 and 18.04 to work since they're not too different. I was able to land some of the changes that enabled 18.04 from #159, but I think this tweak: To do with Will continue trying to close out #159 -- if we can find a solution I think we can add 18.04 to CI to try to prevent regressions. Also note that if you're seeing particular environment issues you can always try the docker command that runs with 18.04 in the repository to see if a "clean" environment reproduces / see the commands docker is using: |
Beta Was this translation helpful? Give feedback.
-
closing per #349 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
Hi all,
my linux evironment is ubuntu 18.04, and for building xls, I update gcc/g++ to gcc/g++ 10, but when I build xls, I met the following errors:
src/main/tools/linux-sandbox-pid1.cc:390: "execvp(/usr/local/bin/gcc, 0x17f03b0)": No such file or directory
how can I fix that?
Please help.
Beta Was this translation helpful? Give feedback.
All reactions