Skip to content
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

Sync with Fuchsia #741

Merged
merged 5 commits into from Oct 16, 2017

Conversation

Projects
None yet
4 participants
@cramertj
Copy link
Contributor

cramertj commented Oct 4, 2017

Fuchsia's kernel got a new name, and the Status -> io::Error conversions were moved into the fuchsia_zircon crate.

@cramertj cramertj force-pushed the cramertj:master branch from 9620811 to 6046aab Oct 4, 2017

@cramertj

This comment has been minimized.

Copy link
Contributor Author

cramertj commented Oct 4, 2017

I'm not sure what's up with the CI error. Looks unrelated:

Step 9/13 : RUN sh /android/install-sdk.sh
 ---> Running in 1eba3f391ebf
+ mkdir sdk
+ curl https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
+ tar xzf - -C sdk --strip-components=1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  311M  100  311M    0     0  22.8M      0  0:00:13  0:00:13 --:--:-- 21.2M
+ filter=platform-tools,android-21
+ filter=platform-tools,android-21,sys-img-armeabi-v7a-android-21
+ ./accept-licenses.sh android - update sdk -a --no-ui --filter platform-tools,android-21,sys-img-armeabi-v7a-android-21
spawn android - update sdk -a --no-ui --filter platform-tools,android-21,sys-img-armeabi-v7a-android-21
SDK Manager repository: manifest cache cleared.
Refresh Sources:
  Fetching https://dl.google.com/android/repository/addons_list-2.xml
  Failed to fetch URL https://dl.google.com/android/repository/addons_list-2.xml, reason: peer not authenticated
  Fetched Add-ons List successfully
  Refresh Sources
  Fetching URL: https://dl.google.com/android/repository/repository-11.xml
  Failed to fetch URL https://dl.google.com/android/repository/repository-11.xml, reason: SSLPeerUnverified peer not authenticated
Refresh Sources:
  Fetching URL: https://dl.google.com/android/repository/repository-11.xml
  Failed to fetch URL https://dl.google.com/android/repository/repository-11.xml, reason: SSLPeerUnverified peer not authenticated
There is nothing to install or update.
+ + android create avd --name arm-21 --target android-21 --abi armeabi-v7a
echo no
Error: Target id is not valid. Use 'android list targets' to get the target ids.
The command '/bin/sh -c sh /android/install-sdk.sh' returned a non-zero code: 1
@carllerche

This comment has been minimized.

Copy link
Owner

carllerche commented Oct 11, 2017

A CI fix has been merged to master. Would you mind rebasing when you have a moment? Thanks!

kulakowski and others added some commits Sep 14, 2017

Rename Magenta to Zircon
Change-Id: Ida0e4559fc58eac834436dc3195c98065f376b16
[rust][zircon] renamed to fuchsia-zircon
Change-Id: I0e21caa78fb5b5c370f7e8ca250e0f7b10a0460e
Update package dependencies to zircon
Change-Id: I457dd5dfa309e2456de29e9a39ed4774829ee08d
Use zircon's status-to-error conversion
Change-Id: Ie7e4c6db4804cc65d6430e88a7b13f9c02e7eb42
Bump fuchsia-zircon version
Change-Id: I341579472c21989197047360fbf2181b8492426b

@cramertj cramertj force-pushed the cramertj:master branch from 6046aab to ae96774 Oct 11, 2017

@cramertj

This comment has been minimized.

Copy link
Contributor Author

cramertj commented Oct 11, 2017

@carllerche Done.

@cramertj

This comment has been minimized.

Copy link
Contributor Author

cramertj commented Oct 12, 2017

Ping @carllerche -- was there anything else you wanted here?

@carllerche carllerche merged commit 5a47fe2 into carllerche:master Oct 16, 2017

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@carllerche

This comment has been minimized.

Copy link
Owner

carllerche commented Oct 16, 2017

Nope, just being slow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.