-
Notifications
You must be signed in to change notification settings - Fork 300
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
Add gha to upload Pyodide javascript bundle to R2 #2288
Conversation
b9d9440
to
9699f70
Compare
b8fd99a
to
146638c
Compare
c509902
to
592059f
Compare
592059f
to
7f3d33d
Compare
Should I wait for this to be done before reviewing? |
Perhaps. We probably don't need to even merge this since this action is intended to go into pyodide-build-scripts eventually. |
20f32c0
to
a56f673
Compare
59488e5
to
7d1c044
Compare
3682e8d
to
0f494a9
Compare
5e2a8ec
to
d559d35
Compare
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.
LGTM but are we still planning to move this to a different repo?
Yeah, eventually. We might as well merge this as-is and when we move repos we'll have to update how everything works. |
chmod +x llvm.sh | ||
sudo ./llvm.sh 15 | ||
sudo apt-get install -y --no-install-recommends clang-15 lld-15 libunwind-15 libc++abi1-15 libc++1-15 libc++-15-dev | ||
echo "build:linux --action_env=CC=/usr/lib/llvm-15/bin/clang --action_env=CXX=/usr/lib/llvm-15/bin/clang++" >> .bazelrc |
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.
echo "build:linux --action_env=CC=/usr/lib/llvm-15/bin/clang --action_env=CXX=/usr/lib/llvm-15/bin/clang++" >> .bazelrc | |
echo "build:linux --action_env=CC=/usr/lib/llvm-16/bin/clang --action_env=CXX=/usr/lib/llvm-16/bin/clang++" >> .bazelrc |
LGTM just a bit outdated since this PR was opened, let's update and merge |
d559d35
to
f5f2143
Compare
This adds a github action that makes the Pyodide capnproto binary bundle and uploads it to r2.
f5f2143
to
5f8816c
Compare
This adds a github action that makes the Pyodide capnproto binary bundle and
uploads it to r2.