From 9af0820d8d630e254f6ee53ed2d991f0299a2b23 Mon Sep 17 00:00:00 2001 From: davidmcdonagh Date: Wed, 6 Mar 2024 10:32:40 +0000 Subject: [PATCH] update unix-build-cmake.yml to use dxtbx branch. --- .azure-pipelines/unix-build-cmake.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/unix-build-cmake.yml b/.azure-pipelines/unix-build-cmake.yml index 881828987b..455eb63db8 100644 --- a/.azure-pipelines/unix-build-cmake.yml +++ b/.azure-pipelines/unix-build-cmake.yml @@ -38,7 +38,10 @@ steps: # Build and install dxtbx - script: | source activate conda_base/ - git clone https://github.com/cctbx/dxtbx ./modules/dxtbx + git clone https://github.com/toastisme/dxtbx ./modules/dxtbx + cd ./modules/dxtbx + git checkout add_experiment_type + cd ../../ mkdir build_dxtbx cd build_dxtbx cmake ../modules/dxtbx -DCMAKE_UNITY_BUILD=true -GNinja