Skip to content

Commit a7fb305

Browse files
committed
Apply ccache fix.
1 parent 24dd6e6 commit a7fb305

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pipeline
2626
git clone https://github.com/mlpack/mlpack
2727
cd mlpack/
2828
git checkout $MLPACK_VERSION
29+
patch -p1 < ../py_ccache_fix.patch
2930
3031
mkdir build/
3132
cd build/

azure-pipelines-macos-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ steps:
1111
git clone https://github.com/mlpack/mlpack
1212
cd mlpack
1313
git checkout $(MLPACK_VERSION)
14+
patch -p1 < ../py_ccache_fix.patch
1415
displayName: Clone mlpack
1516
1617
- bash: |

azure-pipelines-windows-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ steps:
5353
git clone https://github.com/mlpack/mlpack
5454
cd mlpack
5555
git checkout $(MLPACK_VERSION)
56+
patch -p1 < ../py_ccache_fix.patch
5657
displayName: Clone mlpack
5758
5859
- powershell: |

0 commit comments

Comments
 (0)