Skip to content

Commit

Permalink
chore: DRIVERS_TOOLS inside docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Sep 27, 2024
1 parent 95704df commit 186c201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,15 @@ functions:
- '--interactive'
- '--volume'
- ${PROJECT_DIRECTORY}:/app
- '--volume'
- ${DRIVERS_TOOLS}:/drivers-tools
- '--workdir'
- /app
- '--env'
- PROJECT_DIRECTORY=/app
- '--env'
- DRIVERS_TOOLS=/drivers-tools
- '--env'
- GYP_DEFINES
- 'ubuntu:22.04'
- /bin/bash
Expand Down

0 comments on commit 186c201

Please sign in to comment.