small fixes

This commit is contained in:
Fangjun Kuang 2023-07-24 12:31:26 +08:00
parent e230156a5a
commit 02a7c6b0f4
3 changed files with 7 additions and 7 deletions

View File

@ -105,10 +105,10 @@ jobs:
git config --global user.email "csukuangfj@gmail.com"
git config --global user.name "Fangjun Kuang"
export GIT_LFS_SKIP_SMUDGE=1
git clone https://huggingface.co/csukuangfj/kaldifeat huggingface
rm -rf huggingface
export GIT_LFS_SKIP_SMUDGE=1
git clone https://huggingface.co/csukuangfj/kaldifeat huggingface
cd huggingface
git pull

View File

@ -30,8 +30,8 @@ if [[ $PYTHON_VERSION =~ 3.1. ]]; then
sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure
fi
./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR
make install
./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR >/dev/null 2>&1
make install >/dev/null 2>&1
popd

View File

@ -38,8 +38,8 @@ if [[ $PYTHON_VERSION =~ 3.1. ]]; then
sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure
fi
./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR
make install
./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR >/dev/null 2>&1
make install >/dev/null 2>&1
popd