-
Notifications
You must be signed in to change notification settings - Fork 193
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 a new CI job to check that smithy-rs compiles on 32bit Linux-based targets #1812
Merged
Merged
Changes from 31 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
d260446
Replace AtomicU64 with AtomicUsize to prevent compilation issues on 3…
LukeMathWalker 2ca4dc5
Make sure that Rust tests compile on MacOS.
LukeMathWalker 56b0562
Add CHANGELOG next entry.
LukeMathWalker b171398
Add a new CI job to check that smithy-rs compiles on 32bit Linux-base…
LukeMathWalker 28cfd52
No trailing commas pretty please.
LukeMathWalker c39f51f
Point cross at the manifest explicitly.
LukeMathWalker d374749
Skip crates with a Python dependency. Exercise all features.
LukeMathWalker 0a35e57
Install required dependencies.
LukeMathWalker 04da581
Do not fail fast, we want to see the result on all platforms.
LukeMathWalker 889cf30
Set paths for both commands.
LukeMathWalker 68a8ff7
Openssl must be installed inside the cross Docker container, not on t…
LukeMathWalker 6489be4
Fix connector setup if `rustls` feature is not enabled.
LukeMathWalker faa7c0c
Restrict feature set on powerpc.
LukeMathWalker 656566b
Pass openssl env variables to the cross Docker container
LukeMathWalker 763c184
Split in two commands.
LukeMathWalker 2aeafc9
Enable debug level logs.
LukeMathWalker b79c5bc
Remove openssl feature (temporarily).
LukeMathWalker f121f3f
Raise verbosity.
LukeMathWalker 19e5d28
Trigger CI
LukeMathWalker 27c9b0d
`native-tls`, here we go again.
LukeMathWalker 8c10c19
Clean up.
LukeMathWalker c6e78b9
Merge branch 'main' into 32-bits
LukeMathWalker 95c8b70
Merge branch '32-bits' into exotic-ci
LukeMathWalker f904443
Trigger CI
LukeMathWalker 9d116a1
Trigger CI
LukeMathWalker 5755c38
Add pkg-config.
LukeMathWalker 7169ba7
Change include path to include arch
LukeMathWalker a56e151
Trigger CI
LukeMathWalker b151d4d
Allow workflow_dispatch on ci-pr to enable triggering this CI workflo…
LukeMathWalker c1321f6
Trigger CI? Why are you doing this to me GitHub?
LukeMathWalker d9b37b3
Trigger CI? Are you alive GitHub?
LukeMathWalker 7f697cc
Fix env variables for openssl
LukeMathWalker 1d1685b
Use features only for rust-runtime crates.
LukeMathWalker 58d35cc
Check all feature combinations for aws-smithy-client
LukeMathWalker cc9d2c8
Dry-up env variables.
LukeMathWalker 9b2ee06
Merge branch 'main' into exotic-ci
LukeMathWalker a1c7b35
Merge branch 'main' into exotic-ci
LukeMathWalker ef7002a
A rogue `echo` was missing
LukeMathWalker 01e98a0
Feature-gate doc tests based on the features they require.
LukeMathWalker 58a2822
Put .github folder under shared ownership.
LukeMathWalker a3bb7c7
Fix docs.
LukeMathWalker 6e1a354
Fix feature selection for doctest.
LukeMathWalker 3796190
We are using methods that are only available if rustls is enabled - a…
LukeMathWalker dd857e8
Merge branch 'main' into exotic-ci
LukeMathWalker d47fba6
Merge branch 'main' into exotic-ci
LukeMathWalker 7881449
Remove workflow dispatch trigger.
LukeMathWalker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It gives you the possibility to trigger the workflow from GitHub's UI.
See
ci-main
, which already has it:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But why would you need this for
ci-pr.yml
? It runs every time a PR is updated.And if it is run via workflow dispatch, how does it get values needed by the PR bot: