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

Align to the purego build tag, removing noasm build tag #492

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

mattyclarkson
Copy link
Contributor

The purego build tag has been proposed1 as the de-facto tag for pure Go builds. This is a superset of the noasm tag currently used.

This patch aligns the code base to toggle to pure Go implementation when purego is defined.

Verified that all assembly is excluded by doing:

find . -name '*.s' -exec sed -i -e '$athis-is-not-valid-assembly 12345' {} \;
go test --tags purego ./...

Closes #491

@mattyclarkson
Copy link
Contributor Author

RFC: @armfazh from discussion on #491

The `purego` build tag has been proposed[1] as the de-facto tag for
pure Go builds. This is a superset of the `noasm` tag currently used.

This patch aligns the code base to toggle to pure Go implementation
when `purego` is defined.

Verified that all assembly is excluded by doing:

    find . -name '*.s' -exec sed -i -e '$athis-is-not-valid-assembly 12345' {} \;
    go test --tags purego ./...

[1]: golang/go#23172
@mattyclarkson
Copy link
Contributor Author

@armfazh would it be possible to get approval to run the CI on this PR? Thanks.

@armfazh armfazh merged commit 2c600ff into cloudflare:main Apr 8, 2024
10 checks passed
@armfazh
Copy link
Contributor

armfazh commented Apr 8, 2024

Thanks @mattyclarkson for reporting.

@mattyclarkson
Copy link
Contributor Author

@armfazh would it be possible to get this in a 1.3.8 release? No pressure, we can patch locally. If there are other things in flight on mainline before the next release, happy to wait.

albertocavalcante pushed a commit to albertocavalcante/garf that referenced this pull request Mar 21, 2025
albertocavalcante added a commit to albertocavalcante/garf that referenced this pull request Mar 25, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…x `circl` issue (#39)

* set bazel.queriesShareServer to false

* enable all starpls experimental features

* manage tools dependencies for nogo separately

* bump go_sdk toolchain to 1.23.7

* buildifier: remove natic-cc and native-java warnings to make it happy

* jfrogclient: add required 'UploadServiceOptions' arg

* upgrade jfrog-client-go to v1.51.1

* update go sum

* nogo: move it to behind  a macro

* disable nogo for now

* upate nogo_tools mod and sum

* update nogo use_repos

* remove circl bcr patches

bazel-contrib/rules_go#3901
cloudflare/circl#492

* update use_repo for zig toolchans

* remove hermetic_cc_toolchain

* add flag to avoid using local cc toolchain

* Revert "remove circl bcr patches"

This reverts commit f10a072.

* add bazel-lib

* circl workaround: use define flag to set gotags

* set pure=on for go_binary targets

* remove circl bcr patches

* make pkg a target

* add target to create aspect bazel-lib correctness rc

* remove hermetic cc toolchain again

* add and import correctness rc flags

* add tasks.json

* add devcontainer

* updte devcontainer

* add README to rc presets

* update lockfile

* add cursor rules

* move bazel settings ot the top

* fix analyzers type hints

* nogo: run Vet only, make it work wrh downgraded version

* add rule for go/golang/go sdk

* update go sdk back to 1.23.7

* add rule for bazel

* nogo analyzers: add exhaustive label

* add missing BUILD export_files to tools/nogo

* use the latest glang.org/x/tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Align on purego build tag.
2 participants