You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#34044 found that the build failed with the noasm tag, to prevent this from happening again we should add a CI run to build and test using the noasm tag.
Component(s)
Continuous Integration, Go
The text was updated successfully, but these errors were encountered:
### Rationale for this change
A bug was found in the `noasm` build for the Go lib in #34044 so adding a CI run with the `noasm` tag should prevent that from happening again in the future.
### What changes are included in this PR?
Updating the `go_test.sh` script to allow for an env var to tell it to add the `noasm` tag to the `go test` command
Updating go.yml to add a `noasm` CI run
### Are there any user-facing changes?
No
* Closes: #34055
Authored-by: Matt Topol <zotthewizard@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
…he#34167)
### Rationale for this change
A bug was found in the `noasm` build for the Go lib in apache#34044 so adding a CI run with the `noasm` tag should prevent that from happening again in the future.
### What changes are included in this PR?
Updating the `go_test.sh` script to allow for an env var to tell it to add the `noasm` tag to the `go test` command
Updating go.yml to add a `noasm` CI run
### Are there any user-facing changes?
No
* Closes: apache#34055
Authored-by: Matt Topol <zotthewizard@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
fatemehp
pushed a commit
to fatemehp/arrow
that referenced
this issue
Feb 24, 2023
…he#34167)
### Rationale for this change
A bug was found in the `noasm` build for the Go lib in apache#34044 so adding a CI run with the `noasm` tag should prevent that from happening again in the future.
### What changes are included in this PR?
Updating the `go_test.sh` script to allow for an env var to tell it to add the `noasm` tag to the `go test` command
Updating go.yml to add a `noasm` CI run
### Are there any user-facing changes?
No
* Closes: apache#34055
Authored-by: Matt Topol <zotthewizard@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Describe the enhancement requested
#34044 found that the build failed with the
noasm
tag, to prevent this from happening again we should add a CI run to build and test using thenoasm
tag.Component(s)
Continuous Integration, Go
The text was updated successfully, but these errors were encountered: