Skip to content

Commit

Permalink
this way
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Feb 14, 2024
1 parent cdb2767 commit 4a55353
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
CXX: /opt/rh/gcc-toolset-9/root/bin/g++
CCACHE_DIR: ".ccache"
IMAGE: "ghcr.io/facebookincubator/velox-dev:circleci-avx"
DOCKER_CMD: "docker run --ulimit memlock=-1 -v .:/velox -w /velox -d -e CC -e CXX -e CCACHE_DIR --name velox ghcr.io/facebookincubator/velox-dev:circleci-avx watch ls"
DOCKER_CMD: "docker run --ulimit memlock=-1 -v .:/velox -w /velox -d -e CC -e CXX -e CCACHE_DIR --rm ghcr.io/facebookincubator/velox-dev:circleci-avx"
defaults:
run:
shell: bash
Expand All @@ -73,8 +73,7 @@ jobs:
df -h .
du -sh .
ccache -s
$DOCKER_CMD
docker exec velox make VELOX_BUILD_MINIMAL=ON VELOX_BUILD_TESTING=OFF '${{ matrix.type }}'
$DOCKER_CMD make VELOX_BUILD_MINIMAL=ON VELOX_BUILD_TESTING=OFF '${{ matrix.type }}'
df -h .
du -sh .
ccache -s
Expand All @@ -83,17 +82,15 @@ jobs:
df -h .
du -sh .
ccache -s
$DOCKER_CMD
docker exec velox make VELOX_BUILD_TESTING=OFF release '${{ matrix.type }}'
$DOCKER_CMD make VELOX_BUILD_TESTING=OFF release '${{ matrix.type }}'
df -h .
du -sh .
ccache -s
- run: |
df -h .
du -sh .
ccache -s
$DOCKER_CMD
docker exec velox make '${{ matrix.type }}'
$DOCKER_CMD make '${{ matrix.type }}'
docker exec velox make unittest
df -h .
du -sh .
Expand Down

0 comments on commit 4a55353

Please sign in to comment.