Skip to content

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed Sep 10, 2024
1 parent f7ee42b commit 259c945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
dockerRunArgs: |
-v ${PWD}/artifacts:/artifacts
install: |
yum install -y redhat-lsb-core centos-release-scl devtoolset-7 perl-IPC-Cmd ninja-build
yum install -y redhat-lsb-core centos-release-scl devtoolset-7 perl-IPC-Cmd
echo "source /opt/rh/devtoolset-7/enable" >> ~/.bashrc
run: |
make --version \
Expand All @@ -73,7 +73,7 @@ jobs:
-DTILEDB_SERIALIZATION=ON \
-DTILEDB_WEBP=ON \
-DTILEDB_TESTS=OFF \
-DVCPKG_TARGET_TRIPLET=arm64-linux-release \
-DVCPKG_TARGET_TRIPLET=arm64-linux-release || find . -name *.log | xargs cat \
&& cmake --build build --config Release --target package \
&& cp build/tiledb-*.tar.gz* /artifacts
- run: ls -al ${PWD}/artifacts
Expand Down

0 comments on commit 259c945

Please sign in to comment.