File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ REM Echo all output
2
2
@ echo on
3
3
4
4
REM Configure project
5
- cmake --fresh -G Ninja -D CMAKE_BUILD_TYPE=Release -B builds\conda -S . %CMAKE_ARGS%
5
+ cmake --fresh -G Ninja -D CMAKE_BUILD_TYPE=Release -D S3_PLUGIN_BUILD_ENV=conda - B builds\conda -S . %CMAKE_ARGS%
6
6
7
7
REM Build
8
8
cmake --build builds\conda --parallel --target khiopsdriver_file_s3
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -euo pipefail
5
5
export CXXFLAGS=" ${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY"
6
6
7
7
# Configure project
8
- cmake --fresh ${CMAKE_ARGS} -G Ninja -D CMAKE_BUILD_TYPE=Release -B builds/conda -S .
8
+ cmake --fresh ${CMAKE_ARGS} -G Ninja -D CMAKE_BUILD_TYPE=Release -D S3_PLUGIN_BUILD_ENV=conda - B builds/conda -S .
9
9
10
10
# Build
11
11
cmake --build builds/conda --target khiopsdriver_file_s3
Original file line number Diff line number Diff line change 1
1
context :
2
- version : " 0.0.13 "
2
+ version : " 0.0.14 "
3
3
4
4
package :
5
5
name : khiops-driver-s3
6
6
version : ${{ version }}
7
7
8
8
source :
9
9
url : https://github.com/KhiopsML/khiopsdriver-s3/archive/refs/tags/${{ version }}.tar.gz
10
- sha256 : e4290db9bf31a856bc42fca9735c7fe05f0b999f9069b3fa6864ae339bcbfcaf
10
+ sha256 : 6475e22b8feb4c3e6c04e89a77f00587ed5a11007fae4476f5bf781917e815e0
11
11
12
12
build :
13
13
number : 0
You can’t perform that action at this time.
0 commit comments