Skip to content

Commit

Permalink
Add lz4 package
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Feb 13, 2025
1 parent a62073d commit fa3bb74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ jobs:
run: python tools/requirements.py
- name: Extract the PyPa simple repository API
run: python tools/pypa-simple.py https://lab.climet.eu/${{ env.CLIMETLAB_VERSION }}/static/pyodide/
- name: Extract the PyPi-enabled pyodide-lock.json
continue-on-error: ${{ github.event_name != 'release' }}
run: |
cp files/requirements.txt pyodide/my-requirements.txt
cp tools/makelock.mjs pyodide/dist/makelock.mjs
cd pyodide
./run_docker --non-interactive node dist/makelock.mjs my-requirements.txt dist/pypi-pyodide-lock.json
cd ..
rm pyodide/makelock.mjs
rm pyodide/my-requirements.txt
# - name: Extract the PyPi-enabled pyodide-lock.json
# continue-on-error: ${{ github.event_name != 'release' }}
# run: |
# cp files/requirements.txt pyodide/my-requirements.txt
# cp tools/makelock.mjs pyodide/dist/makelock.mjs
# cd pyodide
# ./run_docker --non-interactive node dist/makelock.mjs my-requirements.txt dist/pypi-pyodide-lock.json
# cd ..
# rm pyodide/makelock.mjs
# rm pyodide/my-requirements.txt
- name: Clean up the pyodide build
run: |
cd pyodide
Expand Down
2 changes: 1 addition & 1 deletion pyodide
Submodule pyodide updated 1 files
+13 −0 packages/lz4/meta.yaml

0 comments on commit fa3bb74

Please sign in to comment.