Skip to content

Pyodide ci debug #1

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/workflows/circleci.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/codeql.yml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/cygwin.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/dependency-review.yml

This file was deleted.

13 changes: 10 additions & 3 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
build-wasm-emscripten:
runs-on: ubuntu-22.04
if: "github.repository == 'numpy/numpy'"
if: "github.repository == 'ev-br/numpy'"
env:
PYODIDE_VERSION: 0.23.1
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
Expand Down Expand Up @@ -58,8 +58,15 @@ jobs:
run: |
# Pyodide is still in the process of adding better/easier support for
# non-setup.py based builds.
cp pyproject.toml.setuppy pyproject.toml
CFLAGS=-g2 LDFLAGS=-g2 pyodide build
# cp pyproject.toml.setuppy pyproject.toml
which emcc
#CFLAGS=-g2 LDFLAGS=-g2 pyodide build
#pip install meson ninja
#python vendored-meson/meson/meson.py configure -Dallow-noblas=true
python vendored-meson/meson/meson.py setup build_wasm -Dallow-noblas=true --prefix=$PWD/installdir --cross-file cross.wasm.txt
python vendored-meson/meson/meson.py install -C builddir
which python
export PYTHONPATH=$PWR/installdir/lib/python3.11/site-packages/

- name: set up node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/labeler.yml

This file was deleted.

Loading