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

Fix build against GopherJS #897

Merged
merged 3 commits into from Aug 5, 2022
Merged

Commits on Aug 4, 2022

  1. Fix build against GopherJS

    When building against GopherJS, ThreadCreateProfile and Getpid are not
    available.
    
    Return 1 to shim the functions.
    
    Signed-off-by: Christian Stewart <christian@paral.in>
    paralin committed Aug 4, 2022
    Copy the full SHA
    3dbdb6c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Fix formatting

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Aug 5, 2022
    Copy the full SHA
    d3b824c View commit details
    Browse the repository at this point in the history
  2. Fix linter issue

    Move build tags for licence header checks
    
    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Aug 5, 2022
    Copy the full SHA
    4d022cc View commit details
    Browse the repository at this point in the history