1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
This commit is contained in:
shahar 2024-09-24 18:33:55 +03:00
parent 17a374cf76
commit f715b41a9a
No known key found for this signature in database
GPG key ID: 2ED7F7EDC7FDCCA4

View file

@ -39,8 +39,16 @@ jobs:
# Test of these containers
container: ["ubuntu-dev:20"]
build-type: [Debug]
runner: [ubuntu-latest, [ARM64]]
runs-on: ${{ matrix.runner }}
runner: [ubuntu-latest, [self-hosted, linux, ARM64]]
compiler: [{ cxx: g++, c: gcc }]
cxx_flags: ["-Werror"]
runs-on: ubuntu-latest
env:
SCCACHE_GHA_ENABLED: "true"
SCCACHE_CACHE_SIZE: 6G
SCCACHE_ERROR_LOG: /tmp/sccache_log.txt
# SCCACHE_LOG: debug
container:
image: ghcr.io/romange/${{ matrix.container }}