[PR #920] [MERGED] Migrate to github actions #1499

Open
opened 2026-01-29 20:54:25 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/920
Author: @eustas
Created: 8/27/2021
Status: ✅ Merged
Merged: 8/31/2021
Merged by: @eustas

Base: master ← Head: setup


📝 Commits (1)

  • 8d856d5 Migrate to github actions

📊 Changes

26 files changed (+523 additions, -543 deletions)

View changed files

➕ .github/workflows/build_test.yml (+382 -0)
➖ .travis.yml (+0 -267)
📝 c/include/brotli/decode.h (+1 -1)
📝 configure.ac (+1 -1)
📝 docs/brotli.1 (+5 -1)
📝 docs/constants.h.3 (+1 -1)
📝 docs/decode.h.3 (+34 -1)
📝 docs/encode.h.3 (+45 -1)
📝 docs/types.h.3 (+1 -1)
📝 go/WORKSPACE (+1 -1)
📝 java/org/brotli/dec/pom.xml (+3 -0)
📝 research/BUILD.libdivsufsort (+2 -1)
📝 research/WORKSPACE (+2 -0)
📝 research/brotli_decoder.c (+10 -0)
📝 research/deorummolae.cc (+8 -0)
📝 research/dictionary_generator.cc (+12 -3)
➖ scripts/.bintray.json (+0 -19)
➖ scripts/.configure-custom.sh (+0 -1)
➖ scripts/.travis.sh (+0 -81)
➖ scripts/appveyor.yml (+0 -111)

...and 6 more files

📄 Description

Travis + Appveyor are replaced with Github Actions.

Not all combinations are migrated to the initial configuration; corresponding TODOs added.

Drive-by: additional combinations uncovered minor portability problems -> fixed
Drive-by: remove no-longer used "script" files.


🔄 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/google/brotli/pull/920 **Author:** [@eustas](https://github.com/eustas) **Created:** 8/27/2021 **Status:** ✅ Merged **Merged:** 8/31/2021 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `setup` --- ### 📝 Commits (1) - [`8d856d5`](https://github.com/google/brotli/commit/8d856d5c0e7915224f6d177b6ae753a2aa68bde7) Migrate to github actions ### 📊 Changes **26 files changed** (+523 additions, -543 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build_test.yml` (+382 -0) ➖ `.travis.yml` (+0 -267) 📝 `c/include/brotli/decode.h` (+1 -1) 📝 `configure.ac` (+1 -1) 📝 `docs/brotli.1` (+5 -1) 📝 `docs/constants.h.3` (+1 -1) 📝 `docs/decode.h.3` (+34 -1) 📝 `docs/encode.h.3` (+45 -1) 📝 `docs/types.h.3` (+1 -1) 📝 `go/WORKSPACE` (+1 -1) 📝 `java/org/brotli/dec/pom.xml` (+3 -0) 📝 `research/BUILD.libdivsufsort` (+2 -1) 📝 `research/WORKSPACE` (+2 -0) 📝 `research/brotli_decoder.c` (+10 -0) 📝 `research/deorummolae.cc` (+8 -0) 📝 `research/dictionary_generator.cc` (+12 -3) ➖ `scripts/.bintray.json` (+0 -19) ➖ `scripts/.configure-custom.sh` (+0 -1) ➖ `scripts/.travis.sh` (+0 -81) ➖ `scripts/appveyor.yml` (+0 -111) _...and 6 more files_ </details> ### 📄 Description Travis + Appveyor are replaced with Github Actions. Not all combinations are migrated to the initial configuration; corresponding TODOs added. Drive-by: additional combinations uncovered minor portability problems -> fixed Drive-by: remove no-longer used "script" files. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:54:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1499