1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-26 13:14:31 +01:00

Bump cache keys as we're doing full rebuild for gcc and libraries

This commit is contained in:
Pavel Odintsov 2022-05-29 22:07:23 +01:00
parent 30e6acd5c9
commit 4543b3859d

@ -107,16 +107,16 @@ jobs:
command: perl src/scripts/fastnetmon_build.pl --install_dependency_packages_only
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_dependencies_22_05_2022"
- "{{ .Environment.CIRCLE_JOB }}_dependencies_29_05_2022"
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_gcc_22_05_2022"
- "{{ .Environment.CIRCLE_JOB }}_gcc_29_05_2022"
- run:
name: install_gcc
no_output_timeout: 120m
command: perl src/scripts/fastnetmon_build.pl --build_gcc_only
- save_cache:
key: "{{ .Environment.CIRCLE_JOB }}_gcc_22_05_2022"
key: "{{ .Environment.CIRCLE_JOB }}_gcc_29_05_2022"
paths:
- /opt/gcc1210
- run:
@ -128,7 +128,7 @@ jobs:
command: cat /tmp/fastnetmon_install.log
when: on_fail
- save_cache:
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_22_05_2022"
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_29_05_2022"
paths:
- /opt
- run: perl src/scripts/fastnetmon_build.pl --use-git-master --build_fastnetmon_only
@ -166,16 +166,16 @@ jobs:
command: perl src/scripts/fastnetmon_build.pl --install_dependency_packages_only
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_dependencies_21_05_2022"
- "{{ .Environment.CIRCLE_JOB }}_dependencies_29_05_2022"
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_gcc_21_05_2022"
- "{{ .Environment.CIRCLE_JOB }}_gcc_29_05_2022"
- run:
name: install_gcc
no_output_timeout: 120m
command: perl src/scripts/fastnetmon_build.pl --build_gcc_only
- save_cache:
key: "{{ .Environment.CIRCLE_JOB }}_gcc_21_05_2022"
key: "{{ .Environment.CIRCLE_JOB }}_gcc_29_05_2022"
paths:
- /opt/gcc1210
- run:
@ -187,7 +187,7 @@ jobs:
command: cat /tmp/fastnetmon_install.log
when: on_fail
- save_cache:
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_21_05_2022"
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_29_05_2022"
paths:
- /opt
- run: perl src/scripts/fastnetmon_build.pl --use-git-master --build_fastnetmon_only
@ -223,16 +223,16 @@ jobs:
command: perl src/scripts/fastnetmon_build.pl --install_dependency_packages_only
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_dependencies_21_05_2022"
- "{{ .Environment.CIRCLE_JOB }}_dependencies_29_05_2022"
- restore_cache:
keys:
- "{{ .Environment.CIRCLE_JOB }}_21_05_2022"
- "{{ .Environment.CIRCLE_JOB }}_29_05_2022"
- run:
name: install_gcc
no_output_timeout: 120m
command: perl src/scripts/fastnetmon_build.pl --build_gcc_only
- save_cache:
key: "{{ .Environment.CIRCLE_JOB }}_21_05_2022"
key: "{{ .Environment.CIRCLE_JOB }}_29_05_2022"
paths:
- /opt/gcc1210
- run:
@ -244,7 +244,7 @@ jobs:
command: cat /tmp/fastnetmon_install.log
when: on_fail
- save_cache:
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_21_05_2022"
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_29_05_2022"
paths:
- /opt
- store_artifacts: