mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Restore missing $SHELL env variable accidentally removed in dockerfile split
This commit is contained in:
parent
6d71436bf2
commit
d0a57e2303
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ build_env = {
|
|||
"SCCACHE_IDLE_TIMEOUT": "1200",
|
||||
"CCACHE": "sccache",
|
||||
"RUSTC_WRAPPER": "sccache",
|
||||
"SHELL": "/bin/dash", # For SpiderMonkey’s build system
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue