Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into netex-validation/po…
Browse files Browse the repository at this point in the history
…lling-of-results
  • Loading branch information
ptitfred committed Dec 10, 2024
2 parents 822e114 + 6b3eeae commit 69c1ce0
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,38 +117,6 @@ jobs:
paths:
- ~/transport/apps/transport/client/node_modules

# NOTE: I think this should be moved to the dialyzer parallel section,
# but then we need to think about how the persistence/caching will be
# handled, and think about concurrent access (?) with various jobs to the cache.

- restore_cache:
keys:
- elixir-<< parameters.base_image >>-<< parameters.plt_cache_key >>-{{ .Branch }}-{{ checksum "mix.lock" }}
- elixir-<< parameters.base_image >>-<< parameters.plt_cache_key >>-{{ .Branch }}
- elixir-<< parameters.base_image >>-<< parameters.plt_cache_key >>

- run:
name: Build PLT
command: mix dialyzer --plt
# PLT construction can stay up quite a bit without generating any output
# We add a bit of tolerance here
no_output_timeout: 20m

- save_cache:
key: elixir-<< parameters.base_image >>-<< parameters.plt_cache_key >>-{{ .Branch }}-{{ checksum "mix.lock" }}
paths:
- ~/transport/dialyzer-plt

- save_cache:
key: elixir-<< parameters.base_image >>-<< parameters.plt_cache_key >>-{{ .Branch }}
paths:
- ~/transport/dialyzer-plt

- save_cache:
key: elixir-<< parameters.base_image >>-<< parameters.plt_cache_key >>
paths:
- ~/transport/dialyzer-plt

- run:
name: Run gettext check
command: mix gettext.extract --check-up-to-date
Expand All @@ -169,10 +137,6 @@ jobs:
name: Run formatter
command: mix format --check-formatted --dry-run

- run:
name: Run dialyzer (static analysis)
command: mix dialyzer

- run:
name: Run tests
command: |
Expand Down

0 comments on commit 69c1ce0

Please sign in to comment.