Skip to content

Commit

Permalink
Try aarch64 stack.spur and cogmt.spur.
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Jul 29, 2021
1 parent 36ce702 commit 419be9a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/linux-arm.yml
Expand Up @@ -29,19 +29,20 @@ jobs:
fail-fast: false
matrix:
arch:
- linux32ARMv6
# - linux32ARMv6
# - linux32ARMv7
# - linux64ARMv8
- linux64ARMv8
flavor:
# - squeak.cog.spur
- squeak.stack.spur # Some config issue with not working C compiler
- pharo.cog.spur
- squeak.cog.v3
- squeak.stack.v3
- squeak.cogmt.spur
# - pharo.cog.spur
# - squeak.cog.v3
# - squeak.stack.v3
mode:
- fast
# - debug
# - assert
- debug
- assert
# include:
# - arch: linux32ARMv7
# flavor: newspeak.cog.spur
Expand All @@ -65,7 +66,7 @@ jobs:
# - name: Restore build cache
# uses: actions/cache@v2
# with:
# path: armchroot
# path: .thirdparty-cache
# key: thirdparty-cache-linux-arm

# - name: Setup tmate debugging session
Expand Down

0 comments on commit 419be9a

Please sign in to comment.