Skip to content

Commit 249b9f1

Browse files
committed
COIN: Minimal fix for building cdbextension
The default for the cdbextension is now to build for arm64, x32 and x64, but the PRECHECK only deploys Python for Intel64. As a quick fix just restrict the cdbextension build to x64. The full fix is already in master branch. Change-Id: I7adc6200ca8d95d1785f1aa9dea2c641d59af1ee Reviewed-by: Cristian Adam <[email protected]>
1 parent 9a79c66 commit 249b9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coin/instructions/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ instructions:
121121
maxTimeBetweenOutput: 360
122122
userMessageOnFailure: "Failed to extract LLVM package, check logs."
123123
- type: ExecuteCommand
124-
command: "python -u {{.AgentWorkingDir}}\\qt-creator\\qt-creator\\scripts\\build.py --build-type {{.Env.QTC_BUILD_TYPE}} --src {{.AgentWorkingDir}}\\qt-creator\\qt-creator --build {{.AgentWorkingDir}}\\qt-creator\\qt-creator_build --qt-path {{.AgentWorkingDir}}/build/qt_install_dir --python-path {{.AgentWorkingDir}}\\build\\qt_temp\\python --elfutils-path {{.AgentWorkingDir}}\\buid\\qt_temp\\elfutils --llvm-path {{.AgentWorkingDir}}\\build\\qt_temp\\libclang {{.Env.QTC_TEST_OPTION}} --no-zip {{.Env.QTC_SCCACHE_C_OPTION}} {{.Env.QTC_SCCACHE_CXX_OPTION}} {{.Env.QTC_SCCACHE_ENABLE_OPTION}}"
124+
command: "python -u {{.AgentWorkingDir}}\\qt-creator\\qt-creator\\scripts\\build.py --build-type {{.Env.QTC_BUILD_TYPE}} --src {{.AgentWorkingDir}}\\qt-creator\\qt-creator --build {{.AgentWorkingDir}}\\qt-creator\\qt-creator_build --qt-path {{.AgentWorkingDir}}/build/qt_install_dir --python-path {{.AgentWorkingDir}}\\build\\qt_temp\\python --elfutils-path {{.AgentWorkingDir}}\\buid\\qt_temp\\elfutils --llvm-path {{.AgentWorkingDir}}\\build\\qt_temp\\libclang {{.Env.QTC_TEST_OPTION}} --no-zip {{.Env.QTC_SCCACHE_C_OPTION}} {{.Env.QTC_SCCACHE_CXX_OPTION}} {{.Env.QTC_SCCACHE_ENABLE_OPTION}} --add-config=-DQTCREATORCDBEXT_BUILD_ARCHS=x64"
125125
maxTimeInSeconds: 36000
126126
maxTimeBetweenOutput: 3600
127127
userMessageOnFailure: "Failed to run build.py, check logs."

0 commit comments

Comments
 (0)