Skip to content

Commit

Permalink
remove the system-installed g-ir-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Oct 1, 2024
1 parent f89ef7a commit deb2184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ jobs:
shell: bash
run: rm `which pkg-config`*
if: runner.os == 'Windows'
- name: Purge g-ir-scanner on macOS/Linux
shell: bash
run: which g-ir-scanner && rm -f `which g-ir-scanner`
if: runner.os != 'Windows'

- name: Build magickwand.js
shell: bash
Expand Down
3 changes: 0 additions & 3 deletions hadron/clang-linux.profile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ xz_utils/*: make/4.4.1
libmount/*: make/4.4.1
libxml2/*: make/4.4.1

[options]
glib/*:with_selinux=False

[conf]
# By using clang we are already out of the paved road
tools.cmake.cmaketoolchain:generator=Ninja
Expand Down

0 comments on commit deb2184

Please sign in to comment.