Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Re-enable ASAN build, r6
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Jun 27, 2023
1 parent 137934f commit 65229bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
docker cp cache.tgz hdk-build.${{ inputs.name }}:/_work/
docker exec hdk-build.${{ inputs.name }} chown -R ghrunner:ghrunner /_work/
docker exec -u ghrunner hdk-build.${{ inputs.name }} tar -zxf /_work/cache.tgz -C /_work/
docker exec -u ghrunner hdk-build.${{ inputs.name }} bash -c 'cd /_work/build/omniscidb/Tests && ./ArrowBasedExecuteTest --use-rel-alg-cache=cache.txt'
docker exec -u ghrunner hdk-build.${{ inputs.name }} conda env update -f omniscidb/scripts/mapd-deps-conda-dev-env.yml
docker exec -u ghrunner hdk-build.${{ inputs.name }} conda run --no-capture-output -n omnisci-dev bash -c 'cd /_work/build/omniscidb/Tests && ./ArrowBasedExecuteTest --use-rel-alg-cache=cache.txt'
- name: Stop the container
if: always()
Expand Down
3 changes: 2 additions & 1 deletion docker/Dockerfile.cpu
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

# Conda
RUN apt-get update && apt-get install -y conda

0 comments on commit 65229bd

Please sign in to comment.