Skip to content

Commit 5229c72

Browse files
committed
Adds SOF_WORKSPACE environment variable to docker-run script
Introduces the SOF_WORKSPACE environment variable to specify the workspace path, ensuring consistent environment configuration for the Docker container. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent c3f6b16 commit 5229c72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/docker-run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ docker run -i -v "${SOF_TOP}":/home/sof/work/sof.git \
4242
--env VERBOSE \
4343
--env http_proxy="$http_proxy" \
4444
--env https_proxy="$https_proxy" \
45+
--env SOF_WORKSPACE="/home/sof/work" \
4546
$SOF_DOCKER_RUN \
4647
thesofproject/sof:latest ./scripts/sudo-cwd.sh "$@"

0 commit comments

Comments
 (0)