Skip to content
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 8 commits into from
Mar 7, 2023
Merged

Patch LLVM #729

merged 8 commits into from
Mar 7, 2023

Conversation

csegarragonz
Copy link
Collaborator

@csegarragonz csegarragonz commented Mar 4, 2023

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.

@csegarragonz csegarragonz self-assigned this Mar 4, 2023
@@ -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"
Copy link
Collaborator Author

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 }}
Copy link
Collaborator Author

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.

@csegarragonz csegarragonz marked this pull request as ready for review March 5, 2023 08:42
@csegarragonz csegarragonz merged commit 16dea52 into main Mar 7, 2023
@csegarragonz csegarragonz deleted the patch-llvm branch March 7, 2023 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants