Skip to content

Commit

Permalink
update verify.py
Browse files Browse the repository at this point in the history
Signed-off-by: suyanhanx <[email protected]>
  • Loading branch information
suyanhanx committed Oct 8, 2023
1 parent d7f8eaf commit 1d2bbac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ def build_core():
def build_java_binding():
print("Start building opendal java binding")

# change to java binding directory
os.chdir("bindings/java")

subprocess.run(
[
"./mvnw",
Expand All @@ -65,11 +62,9 @@ def build_java_binding():
"-Dcargo-build.profile=release",
],
check=True,
cwd="bindings/java"
)

# change back to base directory
os.chdir(BASE_DIR)


def main():
if not check_rust():
Expand Down

0 comments on commit 1d2bbac

Please sign in to comment.