This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 0a757ab73 chore(ci): Pin Conda version of glib (#2213)
0a757ab73 is described below

commit 0a757ab737416ffd1391ddd3b8136b6726ea5f82
Author: Curt Hagenlocher <[email protected]>
AuthorDate: Wed Oct 2 23:13:21 2024 -0700

    chore(ci): Pin Conda version of glib (#2213)
    
    Separated this change out from the Mambaforge change as it impacts all
    builds right now.
---
 ci/conda_env_glib.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/conda_env_glib.txt b/ci/conda_env_glib.txt
index 7a5715220..e6b76d97c 100644
--- a/ci/conda_env_glib.txt
+++ b/ci/conda_env_glib.txt
@@ -16,7 +16,7 @@
 # under the License.
 
 arrow-c-glib=15.0.2
-glib
+glib=2.80.5
 gobject-introspection
 meson
 postgresql

Reply via email to