• Xavier Thompson's avatar
    software/theia: Do not activate Go workspace · 4e65a227
    Xavier Thompson authored
    Before this commit, the Go workspace was always activated before
    launching the Theia shell and starting the embedded supervisord.
    
    This in turn added the gcc installed by Theia to the PATH, meaning
    that nested instances would be compiled with Theia's gcc instead of
    the system gcc, making the compilation outcome dependant on Theia.
    
    With this commit, the gcc resolved by PATH is now the system one.
    4e65a227
instance-theia.cfg.jinja.in 18.1 KB