Skip to content

Commit a87a8d7

Browse files
Add PDK environment variables to Docker precheck command
Made-with: Cursor
1 parent 8ab9602 commit a87a8d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

chipfoundry_cli/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3281,6 +3281,9 @@ def precheck(project_root, skip_checks, magic_drc, checks, dry_run):
32813281
'docker', 'run', '--rm',
32823282
'-v', f'{project_root_path}:{project_root_path}',
32833283
'-v', f'{pdk_root}:{pdk_root}',
3284+
'-e', f'PDK_ROOT={pdk_root}',
3285+
'-e', f'PDK_PATH={pdk_path}',
3286+
'-e', f'PDKPATH={pdk_path}',
32843287
docker_image,
32853288
'bash', '-c', inner_cmd,
32863289
]

0 commit comments

Comments
 (0)