Skip to content

Commit ad021f5

Browse files
committed
build: retain conan cache on clean build
This patch modifies the build script to retain the conan cache. Signed-off-by: Mykhailo Lohvynenko <mykhailo_lohvynenko@epam.com> Reviewed-by: Mykola Kobets <mykola_kobets@epam.com> Reviewed-by: Oleksandr Grytsov <oleksandr_grytsov@epam.com>
1 parent 9739cd9 commit ad021f5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ clean_build() {
4343
print_next_step "Clean artifacts"
4444

4545
rm -rf ./build/
46-
conan remove 'gtest*' -c
47-
conan remove 'grpc*' -c
48-
conan remove 'poco*' -c
49-
conan remove 'libcu*' -c
50-
conan remove 'opens*' -c
51-
conan remove 'pkcs11provider*' -c
5246
}
5347

5448
conan_setup() {

0 commit comments

Comments
 (0)