Skip to content

ci is failing in android after upgrading to 2021.3.5f il2cpp/bee.dag.json execution took longer than 1h0m0s

Error description

i am building using il2cpp and after upgrading from 2020.3 to 2021.3.5 it fails due to ERROR: Job failed: execution took longer than 1h0m0s seconds i noticed that it is taking too much time i this task Task :unityLibrary:BuildIl2CppTask specially in this process UnityProject/Builds/Android/unityLibrary/build/il2cpp_arm64-v8a_Release/il2cpp_cache/buildstate/bee.dag.json

and it fails only in android

Error log

ERROR: Job failed: execution took longer than 1h0m0s seconds

Technical details

  1. Which CI service are you using?

  2. Is this failing with shared runners or are you using your own runners?

  3. What is you CI configuration (is it different from example project)?

  4. Did you try with the Example project before trying with your own?

  5. Did you try running the build locally from command line?

  1. Did it work previously with a different version?

  2. Are you using Assets/Scripts/Editor/BuildCommand.cs exactly as is from the repo?