Skip to content

Commit 62cc110

Browse files
committed
workaround for native build in testings-drivers
1 parent 40c4f16 commit 62cc110

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/drivers-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ jobs:
164164
with:
165165
name: backend-native
166166
path: packages/cubejs-backend-native
167+
# current .dockerignore prevents use of native build
168+
- name: Unignore native from .dockerignore
169+
run: |
170+
grep -v -E "packages/cubejs-backend-native/((native)|(index.node))" .dockerignore > .dockerignore.tmp
171+
mv .dockerignore.tmp .dockerignore
167172
- name: Build and push
168173
uses: docker/build-push-action@v6
169174
with:

0 commit comments

Comments
 (0)