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.
feat: Rust cargo lambda workflow #350
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
feat: Rust cargo lambda workflow #350
Changes from all commits
44a524f
4099290
1d4377b
ee7ca39
cc91826
3a97629
3be9ba2
5d0e9d2
4adb733
ccb7923
4a1d43f
c2ea1c4
7fdab80
692f45b
1f9864d
7566af6
f3cb498
f100e78
2966fb6
28a1a6b
2c28d2a
8618cfe
9c968d1
3f60f46
e513d57
bab95cb
cc7447c
3c518d5
1f63ada
5848c00
d6c1e85
52ae803
fbe1b93
158195d
9630fad
22a84c8
4d2dd05
b02dedd
12acb4c
a91f56e
0dfde75
2c58e29
ecca29b
f48f1bf
abe6c3a
05a6cd9
f363a9c
88c6728
61342f9
bcb6ff8
b624579
ab39fa5
52caab0
b408412
8f540c9
97563d3
44b3742
b442bd7
943c9c7
b262ccd
9df26cb
27513a5
7b8aecd
e327c27
0266ddb
07a2487
c553d5e
da5de28
2d6ab07
3dbf9d7
39da946
5e642a8
e119447
3539bbb
07edae9
42f315b
65efcd8
9b87138
c1ae732
111ea79
2b5d728
53a36a7
def9544
7d697ca
036bd44
bcbe142
c947f6c
64cc813
e015be0
2237d76
e591484
0accf64
a5c720a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I did some integration tests and found that this doesn't copy the permission bits of the executable. We should use
copy2
instead.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.
Thanks for catching that @hawflau ! I've updated the code to use
copy2
.