-
Notifications
You must be signed in to change notification settings - Fork 71
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
Patch LLVM #729
Merged
Merged
Patch LLVM #729
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f319b5d
gh: bump code version
csegarragonz a61ef4a
cpp: bump version
csegarragonz 210ddc4
python: bump version
csegarragonz 5576b80
docker: just in-case, bump the cpython version
csegarragonz 92afce6
gha: use docker token instead
csegarragonz cd1b4a2
wamr: update hash
csegarragonz de4ac73
gha: use docker hub token
csegarragonz 4495332
cpp, python: bump after merge
csegarragonz 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.9.2 | ||
0.9.3 |
Submodule cpp
updated
13 files
+2 −2 | .env | |
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+0 −4 | .gitmodules | |
+1 −1 | LLVM.makefile | |
+1 −1 | VERSION | |
+3 −3 | docker/cpp-sysroot.dockerfile | |
+0 −1 | docker/llvm.dockerfile | |
+1 −1 | faasmtools/env.py | |
+44 −0 | patches/llvm-project/0001-Remove-__EMSCRIPTEN__-definitions-from-emscripten-ta.patch | |
+27 −2 | tasks/llvm.py | |
+3 −1 | tasks/util/env.py | |
+0 −1 | third-party/llvm-project |
Submodule python
updated
5 files
+1 −1 | .github/workflows/release.yml | |
+2 −2 | .github/workflows/tests.yml | |
+1 −1 | Dockerfile | |
+1 −1 | VERSION | |
+1 −1 | third-party/cpp |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ FetchContent_Declare(wavm_ext | |
|
||
FetchContent_Declare(wamr_ext | ||
GIT_REPOSITORY "https://github.com/faasm/wasm-micro-runtime" | ||
GIT_TAG "135672cab24d877db4ef6933c0ab150351384d51" | ||
GIT_TAG "a31e5a4fa299c4f8384f40e157b0a928ad0bda1b" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See this comment (if you have not seen it yet). |
||
) | ||
|
||
# WAMR and WAVM both link to LLVM | ||
|
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.
As of today, release actions started to fail complaining that we needed to use an access token instead of a password.