[PR #131] [CLOSED] chore: build deps using Bazel #247

Closed
opened 2026-03-13 17:08:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ADD-SP/ngx_waf/pull/131
Author: @ADD-SP
Created: 10/6/2023
Status: Closed

Base: masterHead: add_sp/chore-fix-ci


📝 Commits (1)

  • 724b191 chore: build deps using Bazel

📊 Changes

14 files changed (+2349 additions, -180 deletions)

View changed files

.bazelrc (+12 -0)
.bazelversion (+1 -0)
.github/workflows/codecov.yml (+0 -74)
📝 .github/workflows/docker.yml (+12 -12)
📝 .github/workflows/test.yml (+51 -16)
📝 .gitignore (+2 -1)
.gitmodules (+3 -0)
BUILD (+53 -0)
MODULE.bazel (+13 -0)
MODULE.bazel.lock (+2125 -0)
📝 config (+40 -65)
📝 docker/Dockerfile.glibc (+18 -6)
📝 docker/Dockerfile.musl (+18 -6)
ngx_waf_deps (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ADD-SP/ngx_waf/pull/131 **Author:** [@ADD-SP](https://github.com/ADD-SP) **Created:** 10/6/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add_sp/chore-fix-ci` --- ### 📝 Commits (1) - [`724b191`](https://github.com/ADD-SP/ngx_waf/commit/724b191e16811726d05b1e7d476ff962ef41067b) chore: build deps using Bazel ### 📊 Changes **14 files changed** (+2349 additions, -180 deletions) <details> <summary>View changed files</summary> ➕ `.bazelrc` (+12 -0) ➕ `.bazelversion` (+1 -0) ➖ `.github/workflows/codecov.yml` (+0 -74) 📝 `.github/workflows/docker.yml` (+12 -12) 📝 `.github/workflows/test.yml` (+51 -16) 📝 `.gitignore` (+2 -1) ➕ `.gitmodules` (+3 -0) ➕ `BUILD` (+53 -0) ➕ `MODULE.bazel` (+13 -0) ➕ `MODULE.bazel.lock` (+2125 -0) 📝 `config` (+40 -65) 📝 `docker/Dockerfile.glibc` (+18 -6) 📝 `docker/Dockerfile.musl` (+18 -6) ➕ `ngx_waf_deps` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 17:08:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ngx_waf#247
No description provided.