Skip to content
Snippets Groups Projects

fix(arch-nspawn): add --timezone=off to avoid pollute build environment

Merged Celeste Liu requested to merge coelacanthus/devtools:fix/timezone-pollution into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -65,6 +65,7 @@ nspawn_args=(
--machine="arch-nspawn-$$"
--as-pid2
--console=autopipe
--timezone=off
)
if (( ${#cache_dirs[@]} == 0 )); then
Loading