Skip to content

Commit cfbf69b

Browse files
committed
feat: add HIP report generation functionality and related dependencies
1 parent f398cca commit cfbf69b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2254
-791
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,12 @@ jobs:
157157
-v $(pwd)/build-gp-${{ matrix.package }}:/workspace \
158158
yuezk/gpdev:${{ matrix.package }}-builder-tauri2
159159
- name: Install ${{ matrix.package }} package in Docker
160+
# LIBXML2_STATIC is needed to avoid the dynamic linking issue on different distros
160161
run: |
161162
docker run --pull=always --rm \
162163
-e COREPACK_INTEGRITY_KEYS=0 \
163164
-e GPGUI_INSTALLED=0 \
165+
-e LIBXML2_STATIC=1 \
164166
-v $(pwd)/build-gp-${{ matrix.package }}:/workspace \
165167
yuezk/gpdev:${{ matrix.package }}-builder-tauri2 \
166168
bash install.sh

.gitmodules

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
[submodule "deps/openconnect"]
2-
path = deps/openconnect
1+
[submodule "crates/openconnect/deps/openconnect"]
2+
path = crates/openconnect/deps/openconnect
33
url = https://gitlab.com/openconnect/openconnect.git
4+
[submodule "crates/openconnect/deps/libxml2"]
5+
path = crates/openconnect/deps/libxml2
6+
url = https://gitlab.gnome.org/GNOME/libxml2.git

0 commit comments

Comments
 (0)