lidavidm commented on code in PR #1073:
URL: https://github.com/apache/arrow-adbc/pull/1073#discussion_r1327819075


##########
.github/workflows/integration.yml:
##########
@@ -276,6 +274,7 @@ jobs:
       - name: Build Python PostgreSQL Driver
         shell: bash -l {0}
         env:
+          LD_PRELOAD: "$(gcc --print-file-name=libasan.so)"  # for sanitizer

Review Comment:
   ```
   ERROR: ld.so: object '$(gcc' from LD_PRELOAD cannot be preloaded (cannot 
open shared object file): ignored.
   ```
   
   ok, should've expected that, but I guess instead of going in `env`, it has 
to go in `run` as `export LD_PRELOAD=...`. Sorry about the back-and-forth here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to