Skip to content

Commit

Permalink
chore(deps): disabled ngx_brotli on rhel7 rhel9-arm64 amazonlinux-202…
Browse files Browse the repository at this point in the history
…3-arm64 due to toolchain issues
  • Loading branch information
oowl authored and fffonion committed Jan 29, 2024
1 parent ba99b40 commit 15aa0e4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/matrix-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ build-packages:
image: centos:7
package: rpm
package-type: el7
bazel-args: --//:wasmx_el7_workaround=true
bazel-args: --//:wasmx_el7_workaround=true --//:brotli=False
check-manifest-suite: el7-amd64
- label: rhel-8
image: rockylinux:8
Expand All @@ -53,7 +53,7 @@ build-packages:
- label: rhel-9-arm64
package: rpm
package-type: el9
bazel-args: --platforms=//:rhel9-crossbuild-aarch64
bazel-args: --platforms=//:rhel9-crossbuild-aarch64 --//:brotli=False
check-manifest-suite: el9-arm64

# Amazon Linux
Expand All @@ -70,7 +70,7 @@ build-packages:
- label: amazonlinux-2023-arm64
package: rpm
package-type: aws2023
bazel-args: --platforms=//:aws2023-crossbuild-aarch64
bazel-args: --platforms=//:aws2023-crossbuild-aarch64 --//:brotli=False
check-manifest-suite: amazonlinux-2023-arm64

build-images:
Expand Down
3 changes: 3 additions & 0 deletions changelog/unreleased/kong/bump_ngx_brotli.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
message: Bumped ngx_brotli to master branch, and disabled it on rhel7 rhel9-arm64 and amazonlinux-2023-arm64 due to toolchain issues
type: dependency
scope: Core
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
- lua-kong-nginx-module/stream
- lua-resty-events
- lua-resty-lmdb
- ngx_brotli
- ngx_wasm_module
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
Expand Down
1 change: 0 additions & 1 deletion scripts/explain_manifest/fixtures/el7-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
- lua-kong-nginx-module/stream
- lua-resty-events
- lua-resty-lmdb
- ngx_brotli
- ngx_wasm_module
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
Expand Down
1 change: 0 additions & 1 deletion scripts/explain_manifest/fixtures/el9-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
- lua-kong-nginx-module/stream
- lua-resty-events
- lua-resty-lmdb
- ngx_brotli
- ngx_wasm_module
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
Expand Down

0 comments on commit 15aa0e4

Please sign in to comment.