Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTurn off gstreamer for non-x86 #96
Merged
Conversation
|
Is the problem only the gstreamer binaries? If so, I'm planning to add CI for arm at least soon. What other targets do you build on your CI? |
|
Only for the gstreamer binaries.
linux-x86, aarch64, and arm, mac-x86, windows-x86, android-arm
I'm doing this temporarily so we can land stuff :)
…On Fri, Jul 27, 2018, 12:04 AM Sebastian Dröge ***@***.***> wrote:
Is the problem only the gstreamer binaries? If so, I'm planning to add CI
for arm at least soon. What other targets do you build on your CI?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#96 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABivSJAg-hyKE127cYrEuNqM8_gmuGsAks5uKruFgaJpZM4VitsW>
.
|
Ah, Windows/mac/Android should be fine with the binaries that exist. For Linux I was planning to do armv7 for gstreamer-rs so you would have binaries for that available already then (just not sure when, quite busy currently). I could write you down how I build these binaries so you could do the same for linux/x86 and linux/aarch64 then |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Manishearth commentedJul 26, 2018
We don't have the ability to include it as a dependency on our CI right now.