Reorder .so files in wheel so that symbol dependencies do not trip up loading

This commit is contained in:
Thomas Krijnen
2026-05-07 16:31:13 +02:00
parent e893552f24
commit 2c7d25cffc
2 changed files with 136 additions and 0 deletions
+4
View File
@@ -40,6 +40,10 @@ jobs:
NEW_FILE=`echo $FILE | sed "s/-/+${GITHUB_SHA:0:7}-/2"`
mv $FILE $NEW_FILE
- name: Order wheel shared objects
run: |
python ./IfcOpenShell/pyodide/order_pyodide_wheel_shared_objects.py dist/ifcopenshell-*.whl
- name: Split packages
run: |
VERSION=v`cat ./IfcOpenShell/VERSION`