Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions internal/devbox/devbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,10 @@ var ignoreCurrentEnvVar = map[string]bool{

// The "_" variable is read-only, so we ignore it to avoid attempting to write it later.
"_": true,

// PROFILEREAD is read-only in SUSE/openSUSE to prevent duplicate processing
// of system and user environment variables.
"PROFILEREAD": true,
}

// ignoreDevEnvVar contains environment variables that Devbox should remove from
Expand Down