Oryx icon indicating copy to clipboard operation
Oryx copied to clipboard

Document BUILD_FLAGS in the docs

Open karpikpl opened this issue 2 years ago • 2 comments

Feature Request

I see ‘BUILD_FLAGS’ used in multiple repositories but I couldn’t find any documentation for this enum https://github.com/azure-app-service/kudulite/blob/3854066bb50c3a1933aebbc4143c06c47535be68/kudu.core/deployment/oryx/buildflags.cs#l7c1-l15c6

karpikpl avatar Sep 22 '23 17:09 karpikpl

@karpikpl The URL results in a 404 for me. Not sure why, also this file from the name seems to be a App Specific file which is used to configure Oryx but ultimately runs under Kudu.

simonjj avatar Jan 13 '24 00:01 simonjj

I'm not sure what happened to that branch/commit.

I see BUILD_FLAGS referenced here: https://github.com/Azure-App-Service/KuduLite/blob/3854066bb50c3a1933aebbc4143c06c47535be68/Kudu.Core/Deployment/Oryx/OryxArguments.cs#L28

I think there are following values possible:

        Off,
        None,
        CompressModules,
        UseExpressBuild,
        UseTempDirectory,
        DeploymentV2

but last time I searched it was hard to find any documentation for them

karpikpl avatar Jan 14 '24 01:01 karpikpl