From c86e407483b5605bdef4b56d36310d31db528553 Mon Sep 17 00:00:00 2001 From: Ghislain Bourgeois Date: Fri, 13 Sep 2024 14:34:09 -0400 Subject: [PATCH] chore: Fix commit hash for reproducible builds --- rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index edbe82d..51b7594 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -18,7 +18,7 @@ parts: plugin: nil source: https://gitlab.eurecom.fr/oai/openairinterface5g.git source-type: git - source-branch: develop + source-commit: 469d58f989c47eaba42dcfad731e11355329d691 build-environment: - BUILD_UHD_FROM_SOURCE: "True" - UHD_VERSION: "4.4.0.0"