Skip to content

Commit

Permalink
Enable http.lua extension on ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
yselkowitz authored and twghu committed Feb 16, 2022
1 parent c67dfde commit 6045b52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ load("@envoy_api//bazel:external_deps.bzl", "load_repository_locations")
load(":repository_locations.bzl", "REPOSITORY_LOCATIONS_SPEC")
load("@com_google_googleapis//:repository_rules.bzl", "switched_rules_by_language")

PPC_SKIP_TARGETS = ["envoy.filters.http.lua"]
# maistra/envoy uses luajit2 on ppc64le so http.lua can be built
PPC_SKIP_TARGETS = []

WINDOWS_SKIP_TARGETS = [
"envoy.filters.http.sxg",
Expand Down

0 comments on commit 6045b52

Please sign in to comment.