File tree Expand file tree Collapse file tree 3 files changed +0
-23
lines changed Expand file tree Collapse file tree 3 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ set -Eeuo pipefail
5
5
SCRIPT_DIR=$( realpath $( dirname " $0 " ) )
6
6
PROJECT_DIR=$( realpath $( dirname " ${SCRIPT_DIR} " ) )
7
7
8
- . " ${SCRIPT_DIR} /install-cor.sh"
9
-
10
8
# Run the ci-build.sh script using docker.
11
9
#
12
10
ROOT_IMAGE=registry.gitlab.com/batteriesincluded/batt-docker/batteries-debian12-build-tools:0.5.0
Original file line number Diff line number Diff line change 2
2
#
3
3
set -Eeuo pipefail
4
4
5
- SCRIPT_DIR=$( realpath $( dirname " $0 " ) )
6
- PROJECT_DIR=$( realpath $( dirname " ${SCRIPT_DIR} " ) )
7
-
8
- # . "${SCRIPT_DIR}/install-cor.sh"
9
-
10
- # ----- --- -- - - - -
11
- # Initialize a clean Conan cache/home.
12
- #
13
- # export CONAN_HOME="${HOME}/_cache/.conan2"
14
- # cor conan profile detect
15
- # ----- --- -- - - - -
16
-
17
5
# Pull configs for this build.
18
6
#
19
7
cor conan config install --type git https://gitlab.com/batteriesincluded/conan-config/linux-gcc12-x86_64.git
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments