ipbus / ipbb

IPbus Builder Tool
GNU General Public License v3.0
12 stars 12 forks source link

Apply the work-around for the 'IPBB terminal' hanging to all OS's #199

Closed jhegeman closed 6 months ago

jhegeman commented 6 months ago

This problem originally seemed limited to RedHat 8-based systems. Now, however, it also shows up when using CC7-based setups. For example when using the Vivado 2022.2 image from https://gitlab.cern.ch/cce/docker_build/ (albeit on an Alma 8.9 host).

So, especially since the work-around is relatively efficient, it is easier to simply always apply it instead of trying to find a heuristic to detect which systems are sensitive to this problem.

tswilliams commented 6 months ago

@jhegeman : This looks good to me, but now that I've merged in #200 and #201, can you rebase this branch on top of the latest develop branch?

jhegeman commented 6 months ago

Ok. Done. You should be good to go now.

Jeroen