Skip to content

Cache Haskell builds #141

Open
Open
@mariari

Description

@mariari

the CI takes over 15 minutes to run simple topics:

https://github.com/anoma/juvix-stdlib/actions/runs/11716928476/job/32635794732?pr=139

I'm leaving this issue here, for me to eventually investigate, as I should make a PR to address this:

      - name: Restore dependencies cache
        id: deps-cache
        uses: actions/cache@v3.3.2
        with:
          path: |
            deps
            _build
          key: |
            mix-${{ runner.os }}-${{ steps.beam.outputs.otp-version }}-${{ steps.beam.outputs.elixir-version }}-${{ hashFiles('**/mix.lock') }}
          restore-keys: |
            mix-${{ runner.os }}-${{ steps.beam.outputs.otp-version }}-${{ steps.beam.outputs.elixir-version }}-${{ hashFiles('**/mix.lock') }}

Here is the Anoma one

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions