Conversation
(mqtt currently missing git tag)
|
@JackBoosY @strega-nil could somebody investigate the problems |
|
@Neumann-A Seems 5.15.2 doesn't published on the github. |
we only need to wait if we use the github mirror. If we could use the official git at https://code.qt.io/cgit/qt/qtmqtt.git we wouldn't need to wait since it has the tag. The problem is that I wasn't able to get |
|
@Neumann-A Maybe some parameters caused that. You can print the clone command and try it manually on you machine. |
|
@JackBoosY. I already tried to make it work (e.g. by making --depth 1 and everything optional) but without success (I didn't try very long). |
|
@JackBoosY Also needs to have tag |
# Conflicts: # ports/qt5-base/CONTROL
adjust vcpkg_from_git to handle tags. add OUT_REF for vcpkg_from_git to enable scriptable update of ports
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
|
The mac build failed due to a transient infrastructure issue ( #15584 ). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
# Conflicts: # ports/qt5-base/CONTROL # ports/qt5/CONTROL
…into update_qt_5_15_2
# Conflicts: # ports/qt5-base/CONTROL
|
Can you please resolve the conflicts? |
# Conflicts: # port_versions/baseline.json # port_versions/q-/qt5.json # ports/qt5/CONTROL
|
@JackBoosY You probably want to remove |
|
Let's merge this PR. |
|
Thanks everyone! |
TODO:
qt5-mqtt,test qt5-webengine(mqtt currently missing git tag)closes #14675
depends: #15049Probably requires VM update for linux to be green again. (If somebody could figure out which tests are failing.)Somebody needs to fix qt5-webengine again......the first error is easy the second one not so muchThe error:
ERROR: Feature 'xcb' was enabled, but the pre-condition 'features.thread && libs.xcb && tests.xcb_syslibs && features.xkbcommon-x11' failed.probably due to:
test config.qtbase_gui.libraries.xcb_util FAILEDso xcb_util needs to be installed within CI(solved)