Skip to content

[macos ci] move out tensorflow#20388

Merged
BillyONeal merged 3 commits intomicrosoft:masterfrom
strega-nil:macos-ci-move-out-tensorflow
Sep 29, 2021
Merged

[macos ci] move out tensorflow#20388
BillyONeal merged 3 commits intomicrosoft:masterfrom
strega-nil:macos-ci-move-out-tensorflow

Conversation

@strega-nil-ms
Copy link
Contributor

due to hitting the 1-day mark

@strega-nil-ms strega-nil-ms marked this pull request as draft September 27, 2021 20:26
@strega-nil-ms strega-nil-ms force-pushed the macos-ci-move-out-tensorflow branch from ed65084 to 5c2cc28 Compare September 27, 2021 20:26
@strega-nil-ms
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines failed to run 1 pipeline(s).

@PhoebeHui PhoebeHui self-assigned this Sep 27, 2021
@PhoebeHui PhoebeHui added category:infrastructure Pertaining to the CI/Testing infrastrucutre info:internal labels Sep 28, 2021
@strega-nil-ms strega-nil-ms force-pushed the macos-ci-move-out-tensorflow branch from 298067a to 0bc05c2 Compare September 28, 2021 19:05
@strega-nil-ms strega-nil-ms marked this pull request as ready for review September 28, 2021 19:05
# Conflicts:
#	scripts/azure-pipelines/azure-pipelines.yml
#	scripts/azure-pipelines/osx/azure-pipelines.yml
#	scripts/azure-pipelines/test-modified-ports.ps1
Copy link
Member

@BillyONeal BillyONeal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making ci more reliable!

@BillyONeal BillyONeal merged commit 45315bc into microsoft:master Sep 29, 2021
BillyONeal added a commit to BillyONeal/vcpkg that referenced this pull request Sep 29, 2021
https://dev.azure.com/vcpkg/public/_build/results?buildId=60445

PASSING, REMOVE FROM FAIL LIST: soundtouch:x64-windows-static
Probably fixed by: microsoft#19377

REGRESSION: mosquitto:x86-windows
REGRESSION: mosquitto:x64-windows
Probably broken by: microsoft#20148

```
The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/bin/mosquitto_ctrl.exe

The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/debug/bin/mosquitto_ctrl.exe

Found 2 error(s). Please correct the portfile:
    C:\a\1\s\ports\mosquitto\portfile.cmake
-- Performing post-build validation done
```

The upstream build system has this:

```
option(WITH_CJSON "Build with cJSON support (required for dynamic security plugin and useful for mosquitto_sub)?" ON)
if (WITH_CJSON)
    FIND_PACKAGE(cJSON)
    if (CJSON_FOUND)
	    message(STATUS ${CJSON_FOUND})
    else (CJSON_FOUND)
	    message(STATUS "Optional dependency cJSON not found. Some features will be disabled.")
    endif(CJSON_FOUND)
endif()
```

and indeed, I repro the problem if cjson is installed first. Disable WITH_CJSON as a fix.

OSX never finishing: Hopefully fixed by microsoft#20388
BillyONeal added a commit that referenced this pull request Sep 30, 2021
https://dev.azure.com/vcpkg/public/_build/results?buildId=60445

PASSING, REMOVE FROM FAIL LIST: soundtouch:x64-windows-static
Probably fixed by: #19377

REGRESSION: mosquitto:x86-windows
REGRESSION: mosquitto:x64-windows
Probably broken by: #20148

```
The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/bin/mosquitto_ctrl.exe

The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/debug/bin/mosquitto_ctrl.exe

Found 2 error(s). Please correct the portfile:
    C:\a\1\s\ports\mosquitto\portfile.cmake
-- Performing post-build validation done
```

The upstream build system has this:

```
option(WITH_CJSON "Build with cJSON support (required for dynamic security plugin and useful for mosquitto_sub)?" ON)
if (WITH_CJSON)
    FIND_PACKAGE(cJSON)
    if (CJSON_FOUND)
	    message(STATUS ${CJSON_FOUND})
    else (CJSON_FOUND)
	    message(STATUS "Optional dependency cJSON not found. Some features will be disabled.")
    endif(CJSON_FOUND)
endif()
```

and indeed, I repro the problem if cjson is installed first. Disable WITH_CJSON as a fix.

OSX never finishing: Hopefully fixed by #20388
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:infrastructure Pertaining to the CI/Testing infrastrucutre

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants