Skip to content

Commit fd4f232

Browse files
Rebuild all dependencies before release
1 parent 54d5d4c commit fd4f232

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
command: perl src/scripts/fastnetmon_build.pl --install_dependency_packages_only
163163
- restore_cache:
164164
keys:
165-
- "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
165+
- "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
166166
- restore_cache:
167167
keys:
168168
- "{{ .Environment.CIRCLE_JOB }}_gcc_30_05_2022"
@@ -183,7 +183,7 @@ jobs:
183183
command: cat /tmp/fastnetmon_install.log
184184
when: on_fail
185185
- save_cache:
186-
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
186+
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
187187
paths:
188188
- /opt
189189
- run: perl src/scripts/fastnetmon_build.pl --build_fastnetmon_only
@@ -221,7 +221,7 @@ jobs:
221221
command: perl src/scripts/fastnetmon_build.pl --install_dependency_packages_only
222222
- restore_cache:
223223
keys:
224-
- "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
224+
- "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
225225
- restore_cache:
226226
keys:
227227
- "{{ .Environment.CIRCLE_JOB }}_gcc_30_05_2022"
@@ -242,7 +242,7 @@ jobs:
242242
command: cat /tmp/fastnetmon_install.log
243243
when: on_fail
244244
- save_cache:
245-
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
245+
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
246246
paths:
247247
- /opt
248248
- run: perl src/scripts/fastnetmon_build.pl --build_fastnetmon_only
@@ -279,7 +279,7 @@ jobs:
279279
command: perl src/scripts/fastnetmon_build.pl --install_dependency_packages_only
280280
- restore_cache:
281281
keys:
282-
- "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
282+
- "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
283283
- restore_cache:
284284
keys:
285285
- "{{ .Environment.CIRCLE_JOB }}_gcc_30_05_2022"
@@ -300,7 +300,7 @@ jobs:
300300
command: cat /tmp/fastnetmon_install.log
301301
when: on_fail
302302
- save_cache:
303-
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
303+
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
304304
paths:
305305
- /opt
306306
- store_artifacts:

0 commit comments

Comments
 (0)