Skip to content

Bazel build integrated 3.12.04 release

Choose a tag to compare

@mapx mapx released this 03 Nov 08:19
· 29 commits to bazel_support since this release

This release integrates Bazel build to the official release 3.12.04.

http_archive(
    name = "com_ea_eastl",
    sha256 = "0ba4295aa8d236a85560c65c1273eab99cfbf4a28d506c1ca4cd906d51f5b3cd",
    strip_prefix = "EASTL-3.12.04-r2",
    urls = [
        "https://github.com/mapx/EASTL/archive/v3.12.04-r2.tar.gz",
    ],
)

See also https://github.com/electronicarts/EASTL/releases/tag/3.12.04