-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Revert "[cmake] Find ICU in CoreFoundation." #1756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci please test |
Reverting because this seems to be the most likely culprit for https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-14_04/6459/consoleFull#-3356114363122a513-f36a-4c87-8ed7-cbc36a1ec144 |
I’m OK with reverting this. I asked Michael to do it. It will give me some time to setup a VM to check that I can reproduce the problem. |
@drodriguez The problem is that the |
@drodriguez @spevans I'm now seeing this on the package bot: 10:57:10 env: '/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-16_04/icu/icu4c/source/runConfigureICU': No such file or directory Any ideas what could be going on? Is this related to the revert or something completely different? https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04//2577/console |
@milseman: for some reason, the script has checked out the first commit of the repository:
I don’t know if the Jenkins message is the one causing the problem. I can look at the checkout script later if you want, but probably someone else can find the problem faster than me. |
@milseman I don't think the ICU branch has been added to the swift-5 section of
I think the package CI runs different commands to the test-ci and I cant see what |
@spevans: I think I found the problem. The patch that this reverted is OK. It forwards The problem, for me at least, is the typo in #1745. When I fix that, the script works only with I will try to figure out what’s going on with #1745. Then I will try to redo the patch that was reverted with this lessons applied. Sorry for all the problems. |
Reverts #1746