Skip to content

caching disabled for spinoff ci test #919

@Loup-Garou911XD

Description

@Loup-Garou911XD

@efroemling

spinoff_test_linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup build env
uses: ./.github/actions/bombsquad_build_env
# Not using the `using-cmake: true`
# because it doesn't benifit from the cache
# as it sets up a new project dir
#
# with:
# using-cmake: true

the caching is done with sccache, its done at compiler level so idk if a new directory will necessarily ignore it
have you tested it? Does it take the same time with caching for the test to complete

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions