aboutsummaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2021-06-28github: update windows action.Dario Lombardo1-1/+1
The target user_guide_chm has been replaced by user_guide_html in 6bfab69d14, but the action hasn't been updated accordingly.
2021-02-18CI: Don't run xcode-select.Gerald Combs1-4/+0
Changing the developer directory shouldn't be necessary after the include path fixups in 270c8ed746.
2020-12-15github: use macos 11.0 in macos image.Dario Lombardo1-1/+1
Fix: #17063.
2020-11-19github: fix actions.Dario Lombardo2-5/+6
The command add-path within the changed actions has been deprecated according to https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ Use shogo82148/actions-setup-perl for strawberryperl on windows. Upgrade setup-ruby to 1.1.2 on macos.
2020-10-15github: install biplist for macos.Dario Lombardo1-0/+2
2020-09-30github: fix macOS build.Dario Lombardo1-0/+4
Use xcode from command line tools. See: https://www.wireshark.org/lists/wireshark-dev/202004/msg00065.html
2020-09-04github: fix windows build.Dario Lombardo1-1/+3
Downgrade winflexbison3 to 2.5.18.20190508. Related: #16824.
2020-04-08github: add cmake options workflow.Dario Lombardo1-0/+47
This workflow will test the several options available in cmake, by not using the default value. The workflow runs once a day, instead on push, to spot problems that unlikely happen. The compilation without pcap has been removed from other CIs, since it is included in this one and that will spare CI cycles. Change-Id: I796a1ac1879fe85c66d9518207c7053531204c11 Reviewed-on: https://code.wireshark.org/review/36608 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2020-04-07Revert "github: add action to automatically close pull requests."Peter Wu1-22/+0
This reverts commit b7f38efb787d7fa60a4062a1eb38644c9315b251. This GitHub action does not seem to work, perhaps because no authentication token was installed in the Wireshark project on GH? See also https://github.com/superbrothers/close-pull-request/issues/4 Change-Id: I084547028dd1de7852aaa5f9e923efa8a69d4244 Reviewed-on: https://code.wireshark.org/review/36718 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2020-04-07github: use the Repo Lockdown app to auto-close reposPeter Wu1-0/+10
This automatically closes existing and new pull requests on GitHub once the GitHub app is installed. Change-Id: I98e2426ff8f974534d6bcec6ee446619319c08bb Reviewed-on: https://code.wireshark.org/review/36719 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2020-04-03github: move pip installations upwards.Dario Lombardo1-4/+4
python ssl has some conflict with installed packages. Installing pip stuff before other packages fixes it. Bug: 16478 Change-Id: Iba5a5eceb5e27a435544aa65e0fad683f798f3f3 Reviewed-on: https://code.wireshark.org/review/36669 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2020-04-03github: don't install ruby twice.Dario Lombardo1-1/+1
Change-Id: Id6edfca6f98ecfd5c30b5973f81980a8e8d935d4 Reviewed-on: https://code.wireshark.org/review/36668 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2020-04-03github: install ruby via action v1.1.1.Dario Lombardo1-1/+1
Action v1 is buggy and has been fixed in v1.1.1. Error: sudo ln -sf /Users/runner/hostedtoolcache/Ruby/2.6.5/x64/bin/ruby /usr/bin/ruby ln: /usr/bin/ruby: Operation not permitted (node:1010) UnhandledPromiseRejectionWarning: Error: The process 'sudo' failed with exit code 1 at ExecState._setResult (/Users/runner/runners/2.165.2/work/_actions/actions/setup-ruby/v1/node_modules/@actions/exec/lib/toolrunner.js:547:25) at ExecState.CheckComplete (/Users/runner/runners/2.165.2/work/_actions/actions/setup-ruby/v1/node_modules/@actions/exec/lib/toolrunner.js:530:18) at ChildProcess.<anonymous> (/Users/runner/runners/2.165.2/work/_actions/actions/setup-ruby/v1/node_modules/@actions/exec/lib/toolrunner.js:430:27) at ChildProcess.emit (events.js:210:5) at maybeClose (internal/child_process.js:1021:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5) Change-Id: I2b715291265d4675b46850006bd3fbecaaf9f4be Reviewed-on: https://code.wireshark.org/review/36667 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2020-03-27github: fix job names.Dario Lombardo2-2/+2
Change-Id: I26e77b4677bfcb0537d0dbf99472594765f3954e Reviewed-on: https://code.wireshark.org/review/36595 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2020-03-09github: add action to automatically close pull requests.Dario Lombardo1-0/+22
Change-Id: Icb1164879c9bd0a48aad21d7a42cba79ab195677 Reviewed-on: https://code.wireshark.org/review/36353 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2020-03-09github: setup ruby in macos workflow.Dario Lombardo1-0/+4
This is required to call asciidoctor. Change-Id: Iff47a9d6b92f68d0b5ec611570cd2bbc2c56c926 Reviewed-on: https://code.wireshark.org/review/36340 Reviewed-by: Dario Lombardo <lomato@gmail.com>
2020-03-08github: create Windows package and upload it as artifact.Dario Lombardo1-1/+24
Change-Id: I88e19514a56630a4946338c6109b801c98526a44 Reviewed-on: https://code.wireshark.org/review/36321 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2020-03-08github: create OSX package and upload it as artifact.Dario Lombardo1-5/+21
Change-Id: I05e0b97a67de0bda4da3623e8574aa2af33ee43b Reviewed-on: https://code.wireshark.org/review/36319 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2020-03-08github: create debian package and upload it as artifact.Dario Lombardo1-1/+12
Change-Id: Id9e17ecacddfd1a22370a1e1e87cb04ef634f297 Reviewed-on: https://code.wireshark.org/review/36318 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2020-03-07github: restore original Qt windows action.Dario Lombardo1-3/+1
It has been patched and now it works again. Change-Id: I69c28efb6b105ed7f748acc6be1fefd36d62cf9c Reviewed-on: https://code.wireshark.org/review/36320 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2020-03-02Add github actions yaml files.Dario Lombardo3-0/+117
Change-Id: I06e9968b792d9c218273873f36ee8e9157b04344 Reviewed-on: https://code.wireshark.org/review/36181 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>