Andrej730
|
028497d4c0
|
package-zip-archives: use logger to control logs verbosity
|
2026-08-27 10:26:06 +05:00 |
|
Andrej730
|
b6b8d27f53
|
package-zip-archives: fix using wrong pattern for detecting SONAME
See example below - `Shared library` is used to declarate dependency, `Library soname` is used to declare `SONAME`.
```
0x0000000000000001 (NEEDED) Shared library: [libifcopenshell.plugin.so]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libm.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x0000000000000001 (NEEDED) Shared library: [ld-linux-x86-64.so.2]
0x000000000000000e (SONAME) Library soname: [libifcopenshell.parse.so]
```
|
2026-08-27 10:26:06 +05:00 |
|
Andrej730
|
12338714aa
|
package-zip-archives: provide arch suffixes and use them to determine build type
E.g. to avoid picking up wasm build that's also available locally
|
2026-08-26 13:03:30 +05:00 |
|
Andrej730
|
99c3304365
|
package-zip-archives: add colors for readibility
|
2026-08-26 12:34:36 +05:00 |
|
Andrej730
|
087f24185f
|
package-zip-archives: consider installed qt libs to install/ifcopenshell/lib
|
2026-08-26 12:34:04 +05:00 |
|
Andrej730
|
aa4a73f62c
|
package-zip-archives: clean up leftovers from previous failed local run
|
2026-08-26 12:34:04 +05:00 |
|
Andrej730
|
feba4cedb6
|
package-zip-archives: print current step
|
2026-08-26 12:33:58 +05:00 |
|
Andrej730
|
be05a04c9e
|
package-zip-archives: get hash using git rev-parse for local runs
|
2026-08-26 12:02:01 +05:00 |
|
Andrej730
|
13bc8308b1
|
CI: unify script for packaging zips, port to Python
|
2026-08-25 18:55:14 +05:00 |
|