Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Jan 29, 2024
1 parent 1428528 commit 625cc0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
find ~/.cargo/registry/cache -regex '.*/savvy-[^-]+.crate' -delete || true
Rscript -e 'pkgbuild::compile_dll()'
nm "$(pwd)/src/rust/target/${{ steps.rust-target.outputs.TARGET }}/release/libprqlr.a" | grep unwind_protect_impl
echo "LIBPRQLR_PATH=$(pwd)/src/rust/target/${{ steps.rust-target.outputs.TARGET }}/release/libprqlr.a" >>$GITHUB_ENV
- uses: r-lib/actions/check-r-package@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
ARTIFACT_NAME="${LIB_NAME}-${LIB_VERSION}-${TARGET}.tar.gz"
export R_INCLUDE_DIR=$(Rscript -e 'cat(normalizePath(R.home("include")))')
make -f Makevars${{ runner.os == 'Windows' && '.win' || '.in' }} "${LIB_PATH}"
nm "${LIB_PATH}" | grep unwind_protect_impl
tar -czf "../${ARTIFACT_NAME}" -C "rust/target/${TARGET}/${PRQLR_PROFILE}" "${LIB_NAME}.a"
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >>"$GITHUB_ENV"
shell: bash
Expand Down

0 comments on commit 625cc0f

Please sign in to comment.