Skip to content

Commit

Permalink
Output DuckDB commit hash before running nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jan 10, 2025
1 parent 3469411 commit bdb473b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if [ ${{ matrix.cffi }} = 'static' ]; then export CL_DUCKDB_USE_SFFI=t; fi
export CL_DUCKDB_LIBRARY_PATH="${{ github.workspace }}"
if [ ${{ matrix.os }} = 'macos-latest' ]; then sudo cp ./libduckdb.dylib /usr/local/lib/; fi
ros --eval '(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)' --eval '(uiop:quit)'
ros --eval '(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)' --eval '(ql:quickload :duckdb)' --eval '(duckdb:with-transient-connection (format t "~%DuckDB source_id: ~A~%" (duckdb:get-result (duckdb:q "PRAGMA version") (quote source-id) 0)))' --eval '(uiop:quit)'
ros install neil-lindquist/ci-utils
asdf-register-project
run-fiveam -e t -l duckdb/test :duckdb
Expand All @@ -88,5 +88,5 @@ jobs:
if [ ${{ matrix.cffi }} = 'static' ]; then export CL_DUCKDB_USE_SFFI=t; fi
export CL_DUCKDB_LIBRARY_PATH="${{ github.workspace }}"
pacman --noconfirm -S mingw-w64-x86_64-pkg-config mingw-w64-x86_64-libffi
ros --eval '(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)' --eval '(uiop:quit)'
ros --eval '(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)' --eval '(ql:quickload :duckdb)' --eval '(duckdb:with-transient-connection (format t "~%DuckDB source_id: ~A~%" (duckdb:get-result (duckdb:q "PRAGMA version") (quote source-id) 0)))' --eval '(uiop:quit)'
ros --eval '(ql:quickload :cffi-grovel)' --eval "(progn (setf cffi-grovel::*cc-flags* (append (list \"-I`cygpath -w /mingw64/include`\") cffi-grovel::*cc-flags*)) (ql:quickload :cffi-libffi))" --eval "(progn (ql:quickload :duckdb/test) (uiop:quit (if (uiop:symbol-call :fiveam '#:run! :duckdb) 0 1)))"

0 comments on commit bdb473b

Please sign in to comment.