Merged
Conversation
6d162c9 to
66dd93f
Compare
Contributor
Author
|
https://github.com/awslabs/llrt/actions/runs/10925799624/job/30328199206 |
Contributor
|
Hi @ahaoboy , The error I am getting in the Build Windows binaries section is caused by my previous PR. Specifically, when I refactored the makefile, I made an error in specifying the target file name for the zip. Can you please correct this in this PR? Line 96 in 62b60c9 The correct information is as follows. // makefile
zip -j $$@ target/$$(TARGET_windows_$$(RELEASE_ARCH_NAME_${1}))/release/llrt.exe |
Contributor
Author
Thanks for your help |
Contributor
Author
|
https://github.com/ahaoboy/llrt/actions/runs/10937408801 I've tried using the msvc toolchain on the Windows platform and it seems to work too, though it's a little bit larger and there may be a timing inconsistency issue that I hesitate to add to ci |
richarddavison
approved these changes
Sep 19, 2024
Collaborator
|
Thanks LGTM! |
richarddavison
added a commit
that referenced
this pull request
Oct 10, 2024
This reverts commit 70c37b4.
richarddavison
added a commit
that referenced
this pull request
Oct 10, 2024
This file contains hidden or 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
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.
Description of changes
For the convenience of testing, upload the artifacts