summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2022-06-24 11:56:27 -0700
committerChristian Hergert <chergert@redhat.com>2022-06-24 11:56:27 -0700
commit2df093fde5c428b25a8b6f4a23dd97d8d19202e3 (patch)
tree1adfd133ae68434a6ebad6aaeb1129e5e1093051
parentc25aa2762474e3fbf24128622c1a82ab49edae74 (diff)
downloadgtksourceview-2df093fde5c428b25a8b6f4a23dd97d8d19202e3.tar.gz
build: pin sysprof 3-44 for CI
This had lots of changes in master, so we should pin to the release that matches this version of GtkSourceView.
-rw-r--r--org.gnome.GtkSourceView.TestWidget.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.gnome.GtkSourceView.TestWidget.json b/org.gnome.GtkSourceView.TestWidget.json
index 27da5308..3881a3ac 100644
--- a/org.gnome.GtkSourceView.TestWidget.json
+++ b/org.gnome.GtkSourceView.TestWidget.json
@@ -48,7 +48,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/sysprof.git"
+ "url" : "https://gitlab.gnome.org/GNOME/sysprof.git",
+ "branch" : "sysprof-3-44"
}
]
},