mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Remove deprecated GObject bindings
These were marked as deprecated in a57f6b8e2. Time to remove them
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
- name: Compile the code
|
||||
run: |
|
||||
autoreconf -fiv
|
||||
./configure --disable-gobject --enable-werror
|
||||
./configure --enable-werror
|
||||
make -j
|
||||
|
||||
- name: Run the quick test
|
||||
@@ -136,7 +136,7 @@ jobs:
|
||||
run: |
|
||||
su -c '
|
||||
autoreconf -fiv &&
|
||||
./configure CFLAGS="-fPIC -g -O2" --disable-gobject --enable-werror &&
|
||||
./configure CFLAGS="-fPIC -g -O2" --enable-werror &&
|
||||
make -j
|
||||
' guestfs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user