Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso committed Nov 24, 2024
1 parent 2092ae9 commit e4ab003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,33 +29,18 @@ jobs:
with:
python-version: '3.12'

# - run: git apply < ../patch.patch
# working-directory: OpenTimelineIO

- uses: pypa/[email protected]
with:
package-dir: OpenTimelineIO
output-dir: dist
env:
CIBW_PLATFORM: pyodide
# whole_archive is needed to make all symbols available.
CIBW_BUILD_FRONTEND: 'build; args: --exports=whole_archive'
# Note that -fwasm-exceptions doesn't work right now. It'll cause
# a bunch of issues with symbols not found. Quite weird.
CIBW_ENVIRONMENT: LDFLAGS="-fexceptions" CXXFLAGS="-fexceptions"

# - run: |
# pip install pyodide-build==0.22.1
# echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV

# - uses: mymindstorm/setup-emsdk@v12
# with:
# version: ${{ env.EMSCRIPTEN_VERSION }}


# - run: pyodide build --exports pyinit
# working-directory: OpenTimelineIO
# env:
# VERBOSE: '1'
# OTIO_CXX_BUILD_TYPE: RelWithDebInfo

- uses: actions/upload-artifact@v4
name: Upload wheel artifact
with:
Expand Down
23 changes: 0 additions & 23 deletions patch.patch

This file was deleted.

0 comments on commit e4ab003

Please sign in to comment.