Skip to content

Commit

Permalink
Rebuild all dependencies before release
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed Oct 15, 2022
1 parent 54d5d4c commit fd4f232
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
command: perl src/scripts/fastnetmon_build.pl --install_dependency_packages_only
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
- "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_gcc_30_05_2022"
Expand All @@ -183,7 +183,7 @@ jobs:
command: cat /tmp/fastnetmon_install.log
when: on_fail
- save_cache:
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
paths:
- /opt
- run: perl src/scripts/fastnetmon_build.pl --build_fastnetmon_only
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
command: perl src/scripts/fastnetmon_build.pl --install_dependency_packages_only
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
- "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_gcc_30_05_2022"
Expand All @@ -242,7 +242,7 @@ jobs:
command: cat /tmp/fastnetmon_install.log
when: on_fail
- save_cache:
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
paths:
- /opt
- run: perl src/scripts/fastnetmon_build.pl --build_fastnetmon_only
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
command: perl src/scripts/fastnetmon_build.pl --install_dependency_packages_only
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
- "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_gcc_30_05_2022"
Expand All @@ -300,7 +300,7 @@ jobs:
command: cat /tmp/fastnetmon_install.log
when: on_fail
- save_cache:
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_03_06_2022"
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_15_10_2022"
paths:
- /opt
- store_artifacts:
Expand Down

0 comments on commit fd4f232

Please sign in to comment.