Skip to content

Commit

Permalink
Try without PSQLODBC_OBJBASE
Browse files Browse the repository at this point in the history
  • Loading branch information
apgrucza committed Apr 24, 2024
1 parent ea7b963 commit 381d044
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ env:
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
BUILD_CONFIGURATION: Release

# Path to the directory where the build artifacts will be placed.
PSQLODBC_OBJBASE: ${{ github.workspace }}/out/default

permissions:
contents: read

Expand Down Expand Up @@ -208,14 +205,10 @@ jobs:
run: |
copy .github\workflows\configuration.xml winbuild
winbuild\BuildAll.ps1 -UseMimalloc
env:
PSQLODBC_OBJBASE: ${{ github.workspace }}/out/mimalloc
- name: test psqlodbc with mimalloc
shell: powershell
run: |
winbuild\regress.ps1 -DsnInfo "SERVER=localhost|DATABASE=contrib_regression|PORT=5432|UID=postgres|PWD=password" -ExpectMimalloc -ReinstallDriver
env:
PSQLODBC_OBJBASE: ${{ github.workspace }}/out/mimalloc
- name: Upload x64 merge module
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 381d044

Please sign in to comment.