Skip to content

Commit

Permalink
debug rawhide failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 17, 2024
1 parent 889a93d commit c672fa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fedora_rawhide/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ cd build
CC=clang CXX=clang++ cmake .. \
-DEMBED_RESOURCE_FILES=ON -DUSE_ONLY_EMBEDDED_RESOURCE_FILES=ON -DUSE_CCACHE=ON -DPROJ_DB_CACHE_DIR=$HOME/.ccache ..
make -j$(nproc)
ctest -j$(nproc)
#ctest -j$(nproc)
ctest -R proj_test_cpp_api -V
cd ..

ccache -s
Expand Down

0 comments on commit c672fa4

Please sign in to comment.