diff --git a/coin/instructions/coin_run_top_level_cmake_tests.yaml b/coin/instructions/coin_run_top_level_cmake_tests.yaml index fecc3d54..ad310c43 100644 --- a/coin/instructions/coin_run_top_level_cmake_tests.yaml +++ b/coin/instructions/coin_run_top_level_cmake_tests.yaml @@ -16,6 +16,13 @@ instructions: variableName: CONFIGURE_ENV_PREFIX variableValue: "{{.Env.ENV_PREFIX}}" + # Re-fetch the qlitehtml repository in the Coin git mirror, otherwise the + # RunCMake.InitRepository test might fail trying to checkout a newer sha1 than what is + # available in the Coin git mirror. + - type: UpdateRepo + gitRemote: code.qt.io + repos: [playground/qlitehtml.git] + - type: ExecuteCommand command: "{{.Env.CONFIGURE_ENV_PREFIX}} cmake {{.SourceDir}}/tests/manual/RunCMake" executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution