diff --git a/backend/coreapp/compiler_wrapper.py b/backend/coreapp/compiler_wrapper.py index eda67eeea..c7831ce5f 100644 --- a/backend/coreapp/compiler_wrapper.py +++ b/backend/coreapp/compiler_wrapper.py @@ -251,9 +251,7 @@ def assemble_asm(platform: Platform, asm: Asm) -> Assembly: try: assemble_proc = sandbox.run_subprocess( platform.assemble_cmd, - mounts=[ - settings.COMPILER_BASE_PATH - ], + mounts=[], shell=True, env={ "PATH": PATH,