Skip to content

Commit 22cd712

Browse files
trxcllntericniebler
authored andcommitted
remove conan from github workflow scripts
1 parent 25cee0c commit 22cd712

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

.github/workflows/test-clang-12.sh

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ mkdir -p "${CURDIR}/../../${BUILDDIR}"
1515
# Run docker with action-cxx-toolkit to check our code
1616
docker run ${DOCKER_RUN_PARAMS} \
1717
-e INPUT_BUILDDIR="/github/workspace/${BUILDDIR}" \
18-
-e INPUT_PREBUILD_COMMAND="conan config set storage.path=/github/workspace/${BUILDDIR}/.conan" \
1918
-e INPUT_MAKEFLAGS='-j 4' \
2019
-e INPUT_CC='clang-12' \
2120
-e INPUT_CHECKS='build test' lucteo/action-cxx-toolkit.clang12:latest

.github/workflows/test-clang-13.sh

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ mkdir -p "${CURDIR}/../../${BUILDDIR}"
1515
# Run docker with action-cxx-toolkit to check our code
1616
docker run ${DOCKER_RUN_PARAMS} \
1717
-e INPUT_BUILDDIR="/github/workspace/${BUILDDIR}" \
18-
-e INPUT_PREBUILD_COMMAND="conan config set storage.path=/github/workspace/${BUILDDIR}/.conan" \
1918
-e INPUT_MAKEFLAGS='-j 4' \
2019
-e INPUT_CC='clang-13' \
2120
-e INPUT_CHECKS='build test' lucteo/action-cxx-toolkit.clang13:latest

.github/workflows/test-gcc-11.sh

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ mkdir -p "${CURDIR}/../../${BUILDDIR}"
1515
# Run docker with action-cxx-toolkit to check our code
1616
docker run ${DOCKER_RUN_PARAMS} \
1717
-e INPUT_BUILDDIR="/github/workspace/${BUILDDIR}" \
18-
-e INPUT_PREBUILD_COMMAND="conan config set storage.path=/github/workspace/${BUILDDIR}/.conan" \
1918
-e INPUT_MAKEFLAGS='-j 4' \
2019
-e INPUT_CC='gcc-11' \
2120
-e INPUT_CHECKS='build test install warnings' lucteo/action-cxx-toolkit.gcc11:latest

.github/workflows/test-sanitizer.sh

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ mkdir -p "${CURDIR}/../../${BUILDDIR}"
1515
# Run docker with action-cxx-toolkit to check our code
1616
docker run ${DOCKER_RUN_PARAMS} \
1717
-e INPUT_BUILDDIR="/github/workspace/${BUILDDIR}" \
18-
-e INPUT_PREBUILD_COMMAND="conan config set storage.path=/github/workspace/${BUILDDIR}/.conan" \
1918
-e INPUT_CC='clang-13' \
2019
-e INPUT_MAKEFLAGS='-j 4' \
2120
-e INPUT_CHECKS='sanitize=address sanitize=undefined' \

.github/workflows/test-static-checks.sh

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ mkdir -p "${CURDIR}/../../${BUILDDIR}"
1717
# Run docker with action-cxx-toolkit to check our code
1818
docker run ${DOCKER_RUN_PARAMS} -e INPUT_CC='gcc-9' -e INPUT_CHECKS='cppcheck clang-tidy' \
1919
-e INPUT_BUILDDIR="/github/workspace/${BUILDDIR}" \
20-
-e INPUT_PREBUILD_COMMAND="conan config set storage.path=/github/workspace/${BUILDDIR}/.conan" \
2120
-e INPUT_CPPCHECKFLAGS='--enable=warning,style,performance,portability --inline-suppr' \
2221
-e INPUT_CLANGTIDYFLAGS="-quiet ${SRCFILES} -j 4" \
2322
-e INPUT_CC='clang-13' \

0 commit comments

Comments
 (0)