Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SKIP_MAKE (0.14 sec)

  1. tools/docker-builder/main.go

    	}
    
    	env = append(env,
    		// Build should already run in container, having multiple layers of docker causes issues
    		"BUILD_WITH_CONTAINER=0",
    	)
    	return env
    }
    
    var SkipMake = os.Getenv("SKIP_MAKE")
    
    // RunMake runs a make command for the repo, with standard environment variables set
    func RunMake(ctx context.Context, args Args, arch string, c ...string) error {
    	_, span := tracing.Start(ctx, "RunMake")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 13:23:41 UTC 2023
    - 10K bytes
    - Viewed (0)
Back to top