Skip to content

Commit d7642c8

Browse files
committed
Specify platform for conda package build
I'm not convinced that the package build is picking up the platform, so making extra sure here.
1 parent 0d4e935 commit d7642c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildconfig/Jenkins/Conda/package-conda

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ elif [[ $PLATFORM == "osx-64" ]]; then
131131
EXTRA_BUILD_OPTIONS+="-m ./osx_64.yaml"
132132
fi
133133

134+
export CONDA_SUBDIR=$PLATFORM
135+
134136
# Run conda build.
135137
if [[ $ENABLE_BUILD_MANTID_DEVELOPER == true ]]; then
136138
conda mambabuild ./mantid-developer/ $EXTRA_BUILD_OPTIONS

0 commit comments

Comments
 (0)