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

feat(binary): use deno for build binary #802

Merged
merged 12 commits into from Apr 7, 2024
Merged

feat(binary): use deno for build binary #802

merged 12 commits into from Apr 7, 2024

Conversation

azu
Copy link
Member

@azu azu commented Apr 7, 2024

Bun does not support cross platform compile.

@azu azu added the Type: Feature New Feature label Apr 7, 2024
export const secretLintProfiler = new SecretLintProfiler({
perf: perf_hooks.performance,
PerformanceObserver: perf_hooks.PerformanceObserver,
PerformanceObserver: perf_hooks.PerformanceObserver ? perf_hooks.PerformanceObserver : NullPerformanceObserver,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deno does not implement PerformanceObserver.

do
echo "Building for ${platforms[$i]}"
# secretlint-{version}-{platform}
outputFilePath="${distDir}/${binaryName}-${secretlintVersion}-${platforms[$i]}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what standard binary name?

@azu azu merged commit cebbe6d into master Apr 7, 2024
16 checks passed
@azu azu deleted the deno branch April 7, 2024 09:32
@github-actions github-actions bot mentioned this pull request Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant