script changes

This commit is contained in:
2023-11-30 10:52:11 -06:00
parent da1b5c6953
commit e2e82edefb
2 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,8 @@ if [ -z "${BUILD_ARCH}" ]; then
BUILD_ARCH=64_bit
fi
ln -sf ${SOURCE_DIR}/build/compile_commands.json ${SOURCE_DIR}/compile_commands.json
docker stop repertory_${NAME}
docker rm repertory_${NAME}
docker build -t repertory:${NAME} - < ${SOURCE_DIR}/docker/${BUILD_ARCH}/${NAME} &&