Skip to content
  • Jordan Petridis's avatar
    improve test.sh further · 7b3a607b
    Jordan Petridis authored
    Before we were able to call the script with ninja directly,
    we were trying to override some of the envvars to fix how/where
    cargo artifacts where stored.
    
    This is no longer an issue as ninja is making sure the proper
    setup will be met. This is also makes it so that Builder
    doesn't rebuild everything since $BUILDDIR was empty before
    causing rebuilds of the whole world.
    7b3a607b