Skip to content

Commit f47a23e

Browse files
committed
Remove CCI caching completely
1 parent 89f2a2f commit f47a23e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@ version: 2
1515
- run:
1616
name: Build liboqs-master
1717
command: .circleci/git_no_checkin_in_last_day.sh || (cd ~/liboqs && mkdir build && cd build && cmake -GNinja -DBUILD_SHARED_LIBS=ON .. && ninja && ${SUDO} ninja install)
18-
- restore_cache:
19-
key: 'liboqs-java-{{ checksum "pom.xml" }}-{{ .Branch }}-{{ arch }}'
2018
- run:
2119
name: Resolve all maven project dependencies
2220
command: .circleci/git_no_checkin_in_last_day.sh || (mvn dependency:go-offline)
23-
- save_cache:
24-
paths:
25-
- ~/.m2
26-
key: 'liboqs-java-{{ checksum "pom.xml" }}-{{ .Branch }}-{{ arch }}'
2721
- run:
2822
name: Build the package and run the tests
2923
command: .circleci/git_no_checkin_in_last_day.sh || (export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib" && mvn package)

0 commit comments

Comments
 (0)