Skip to content

Commit b315eba

Browse files
committed
Add support for drgn 0.0.32
Signed-off-by: Stephen Brennan <[email protected]>
1 parent d60edd2 commit b315eba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/litevm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Build and install drgn with CTF support
6363
run: |
6464
cd ..
65-
git clone https://github.com/brenns10/drgn -b ctf_0.0.31
65+
git clone https://github.com/brenns10/drgn -b ctf_0.0.32
6666
cd drgn
6767
../drgn-tools/venv/bin/pip install .
6868
- name: Run tests

buildrpm/python-drgn-tools.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ a running kernel image (via /proc/kcore).}
5959
# The drgn dependency can be fulfilled by drgn with, or without, CTF support.
6060
# However, drgn-tools is tied to specific drgn releases.
6161
%global drgn_min 0.0.25
62-
%global drgn_max 0.0.32
62+
%global drgn_max 0.0.33
6363

6464
%package -n drgn-tools
6565
Summary: %{summary}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_version():
8888
description="drgn helper script repository",
8989
long_description=long_description,
9090
install_requires=[
91-
"drgn>=0.0.25,<0.0.32",
91+
"drgn>=0.0.25,<0.0.33",
9292
],
9393
url="https://github.com/oracle-samples/drgn-tools",
9494
author="Oracle Linux Sustaining Engineering Team",

0 commit comments

Comments
 (0)