AntCPLab / OpenBumbleBee

Apache License 2.0
17 stars 3 forks source link

[Bug]: The command line in prerequisite can involve a typo #2

Closed YefanWu closed 2 months ago

YefanWu commented 2 months ago

Issue Type

Documentation

Modules Involved

Documentation/Tutorial/Example, Others

Have you reproduced the bug with SPU HEAD?

Yes

Have you searched existing issues?

Yes

SPU Version

spu 0.9.0

OS Platform and Distribution

Linux Ubuntu 22.04

Python Version

3.10

Compiler Version

GCC 11.4

Current Behavior?

This line sets $BAZEL_ARCH = arm64 in both of the control flows.

if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then BAZEL_ARCH=arm64 ; else BAZEL_ARCH=amd64 ; fi \

Standalone code to reproduce the issue

Nothing more here.

Relevant log output

No response

YefanWu commented 2 months ago

link is here