Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions bazel/external/intel_ittapi.BUILD

This file was deleted.

8 changes: 1 addition & 7 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def envoy_dependencies(skip_targets = []):
_dragonbox()
_fp16()
_simdutf()
_intel_ittapi()
_com_github_google_quiche()
_com_googlesource_googleurl()
_io_hyperscan()
Expand Down Expand Up @@ -738,6 +737,7 @@ def _v8():
name = "v8",
patches = [
"@envoy//bazel:v8.patch",
"@envoy//bazel:v8_novtune.patch",
"@envoy//bazel:v8_ppc64le.patch",
],
patch_args = ["-p1"],
Expand Down Expand Up @@ -791,12 +791,6 @@ def _simdutf():
build_file = "@envoy//bazel/external:simdutf.BUILD",
)

def _intel_ittapi():
external_http_archive(
name = "intel_ittapi",
build_file = "@envoy//bazel/external:intel_ittapi.BUILD",
)

def _com_github_google_quiche():
external_http_archive(
name = "com_github_google_quiche",
Expand Down
13 changes: 0 additions & 13 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1260,19 +1260,6 @@ REPOSITORY_LOCATIONS_SPEC = dict(
release_date = "2025-08-01",
cpe = "N/A",
),
intel_ittapi = dict(
project_name = "Intel ITT API",
project_desc = "Intel Instrumentation and Tracing Technology API",
project_url = "https://github.com/intel/ittapi",
version = "a3911fff01a775023a06af8754f9ec1e5977dd97",
sha256 = "1d0dddfc5abb786f2340565c82c6edd1cff10c917616a18ce62ee0b94dbc2ed4",
urls = ["https://github.com/intel/ittapi/archive/{version}.tar.gz"],
strip_prefix = "ittapi-{version}",
use_category = ["dataplane_ext"],
extensions = ["envoy.wasm.runtime.v8"],
release_date = "2021-05-25",
cpe = "N/A",
),
com_github_google_quiche = dict(
project_name = "QUICHE",
project_desc = "QUICHE (QUIC, HTTP/2, Etc) is Google‘s implementation of QUIC and related protocols",
Expand Down
18 changes: 18 additions & 0 deletions bazel/v8_novtune.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
diff --git a/BUILD.bazel b/BUILD.bazel
index 3f5a87d054e..740b1f1773b 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -4477,12 +4477,7 @@ v8_library(
copts = ["-Wno-implicit-fallthrough"],
strip_include_prefix = "third_party",
visibility = ["//visibility:public"],
- deps = [":noicu/v8"] + select({
- ":is_v8_enable_vtunejit": [
- ":v8_vtune",
- ],
- "//conditions:default": [],
- }),
+ deps = [":noicu/v8"],
)

alias(