Skip to content

Commit

Permalink
Test multiarch emulation on LLVM 11.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 16, 2022
1 parent eff1c36 commit 331ffb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ jobs:
strategy:
matrix:
distro: ['ubuntu-18.04']
arch: ['arm64', 'ppc64le']
llvm: ['13.0.0']
arch: ['arm64']
llvm: ['11.1.0']
steps:
- uses: actions/checkout@v1
- run: ./travis.sh
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ubuntu-prebuilt-multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN apt-get update -qq && \
cd /terra/build && \
cmake -DCMAKE_PREFIX_PATH=/llvm/install -DCMAKE_INSTALL_PREFIX=/terra_install .. && \
make install -j$threads && \
echo "disabled: ctest --output-on-failure -j$threads"
ctest --output-on-failure -j$threads

0 comments on commit 331ffb4

Please sign in to comment.