Skip to content

Commit

Permalink
Print versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed Sep 2, 2024
1 parent 28d3253 commit 07bb564
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
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 \
ninja --version \
gcc --version \
cmake -S . -B build \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON \
Expand All @@ -71,7 +74,6 @@ jobs:
-DTILEDB_WEBP=ON \
-DTILEDB_TESTS=OFF \
-DVCPKG_TARGET_TRIPLET=arm64-linux-release \
|| cat /home/runner/work/TileDB/TileDB/build/vcpkg-bootstrap.log \
&& cmake --build build --config Release --target package \
&& cp build/tiledb-*.tar.gz* /artifacts
- run: ls -al ${PWD}/artifacts
Expand Down

0 comments on commit 07bb564

Please sign in to comment.