-
Notifications
You must be signed in to change notification settings - Fork 71
Patch LLVM #729
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
Conversation
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
See this comment (if you have not seen it yet).
@@ -35,7 +35,7 @@ jobs: | |||
uses: docker/login-action@v2 | |||
with: | |||
username: ${{ secrets.DOCKER_USERNAME }} | |||
password: ${{ secrets.DOCKER_PASSWORD }} | |||
password: ${{ secrets.DOCKER_TOKEN }} |
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.
See faasm/cpp#110
In this PR I bump the cpp and python submodules (and their versions) and, given that I make changes to the way we build the LLVM sysroot, I also update the
cpython
dep in the base docker image.