You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start a Unity project on unityci/editor:2019.3.*-linux-il2cpp-0, it exits with compilation errors.
stdout:
il2cpp.exe didn't catch exception: System.InvalidOperationException: C++ code builder is unable to build C++ code for Linux: Could not find valid clang executable at clang
at Unity.IL2CPP.Building.CppProgramBuilder.ThrowIfCannotBuildInCurrentEnvironment () [0x00051] in <248b4a691c5d4e1b965d90f17ea422c0>:0
at Unity.IL2CPP.Building.CppProgramBuilder.Build (Unity.IL2CPP.Building.Statistics.IBuildStatistics& statistics) [0x00001] in <248b4a691c5d4e1b965d90f17ea422c0>:0
at Unity.IL2CPP.Building.Statistics.BuildingTestRunnerHelper.BuildAndLogStatsForTestRunner (Unity.IL2CPP.Building.CppProgramBuilder builder, Unity.IL2CPP.Building.Statistics.IBuildStatistics& statistics) [0x00001] in <248b4a691c5d4e1b965d90f17ea422c0>:0
at il2cpp.Program.DoRun (System.String[] args, System.Collections.Generic.List`1[T] foundAssemblies) [0x005bc] in <3d7b04f5e89e4d189194b279bc8abf31>:0
at il2cpp.Program.Run (System.String[] args, System.Boolean setInvariantCulture) [0x00042] in <3d7b04f5e89e4d189194b279bc8abf31>:0
at il2cpp.Program.Main (System.String[] args) [0x00002] in <3d7b04f5e89e4d189194b279bc8abf31>:0
...
Bug description
When I start a Unity project on
unityci/editor:2019.3.*-linux-il2cpp-0
, it exits with compilation errors.How to reproduce
build.log
Expected behavior
Compilation completed successfully.
Additional details
2019.3.x-linux-il2cpp
requiresIL2CPP_ADDITIONAL_ARGS='--sysroot-path=/ --tool-chain-path=/'
to build with il2cpp.The text was updated successfully, but these errors were encountered: