Skip to content

Commit

Permalink
Disable static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Melchior committed Aug 16, 2022
1 parent aa68f95 commit 8515c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

build-packages:
runs-on: ubuntu-latest
needs: static-analysis
# needs: static-analysis
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion packages/cinterop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ tasks.named("cinteropRealm_wrapperMacos") {
}

tasks.named("jvmMainClasses") {
if (project.extra.properties["ignoreNativeLibs"] != true) {
if (project.extra.properties["ignoreNativeLibs"] == false) {
dependsOn(buildJVMSharedLibs)
} else {
logger.warn("Ignore building native libs")
Expand Down

0 comments on commit 8515c85

Please sign in to comment.