Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document BUILD_FLAGS in the docs #2163

Open
karpikpl opened this issue Sep 22, 2023 · 2 comments
Open

Document BUILD_FLAGS in the docs #2163

karpikpl opened this issue Sep 22, 2023 · 2 comments

Comments

@karpikpl
Copy link

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

@simonjj
Copy link

simonjj commented Jan 13, 2024

@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.

@karpikpl
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants