Skip to content

Commit

Permalink
Merge pull request #765 from Cyan4973/ci-macos12
Browse files Browse the repository at this point in the history
added macos-12 test to GH CI
  • Loading branch information
Cyan4973 committed Nov 30, 2022
2 parents 30d6a3e + 3d01088 commit 081c1b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -422,6 +422,7 @@ jobs:
matrix:
system: [
{ os: macos-11 },
{ os: macos-12 },
]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -580,12 +581,12 @@ jobs:

# trying if pulling the dependency with tipi works properly
#
# note: the xxhashsum sources include xxhash using a #include "../xxhash.h"
# this defeats the purpose of this test AND becase a bug post tipi v0.0.35
# note: the xxhashsum sources include xxhash using a #include "../xxhash.h"
# this defeats the purpose of this test AND becase a bug post tipi v0.0.35
# because of source mirroring (not) supporting relative include to locations
# outside of the project tree.
# outside of the project tree.
#
# because of this we create a copy of the ./cli and apply some sed magic
# because of this we create a copy of the ./cli and apply some sed magic
# to make the includes proper 'library' includes to simulate what someone
# consuming xxHash would do
#
Expand Down

0 comments on commit 081c1b6

Please sign in to comment.