-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add cross-compile tests to ci and fix library names #790
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR missing one of the required labels: {'dependencies', 'breaking-change', 'enhancement', 'bug', 'internal', 'new feature', 'documentation'} |
DenisBiryukov91
force-pushed
the
cross-compilation
branch
from
October 24, 2024 20:18
d9032ef
to
1bde881
Compare
PR missing one of the required labels: {'dependencies', 'documentation', 'enhancement', 'bug', 'breaking-change', 'new feature', 'internal'} |
DenisBiryukov91
added
bug
Something isn't working
internal
Changes not included in the changelog
labels
Oct 24, 2024
DenisBiryukov91
force-pushed
the
cross-compilation
branch
from
October 24, 2024 20:37
1bde881
to
a13f7ac
Compare
DenisBiryukov91
force-pushed
the
cross-compilation
branch
from
October 24, 2024 20:56
a13f7ac
to
da6b16e
Compare
DenisBiryukov91
force-pushed
the
cross-compilation
branch
2 times, most recently
from
October 25, 2024 09:32
6ba7ce0
to
e12dd92
Compare
DenisBiryukov91
force-pushed
the
cross-compilation
branch
from
October 25, 2024 09:36
e12dd92
to
4fbf08f
Compare
DenisBiryukov91
force-pushed
the
cross-compilation
branch
3 times, most recently
from
October 25, 2024 11:00
35b9e26
to
ce71701
Compare
DenisBiryukov91
changed the title
add sample toolchains and fix library names
Add cross-compile tests to ci and fix library names
Oct 25, 2024
DenisBiryukov91
force-pushed
the
cross-compilation
branch
from
October 25, 2024 11:26
ce71701
to
8d8f41c
Compare
DenisBiryukov91
force-pushed
the
cross-compilation
branch
from
October 25, 2024 11:53
8d8f41c
to
df5c424
Compare
milyin
approved these changes
Oct 25, 2024
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.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add cross-compile tests to ci;
Fix library names to correspond to those given by rust for specified targets;