Richard Hughes
7f5b0c0b60
Rename the development branch from master to main
...
Fixes https://github.com/fwupd/fwupd/issues/3799
2021-09-24 14:20:24 -05:00
Mario Limonciello
cc8eb5ca8c
trivial: Merge python steps from contrib/setup into helper script
...
This avoids having to hardcode profile targets in multiple places
and also fixes the confusing entry points into scripts both by
arguments and environment variables.
It also makes the setup script a lot more debuggable and scalable.
OS detection is a lot more robust, where it will try to use pip to
set up the distro python package, and if pip is missing try to install
it.
If OS detection fails now, a user can use --os on contrib/setup for
specifying it.
2021-09-17 10:59:35 -05:00
Norbert Kamiński
d0af777b14
main.yml: Install protobuf-c as fwupd dependency in the FreeBSD job
...
Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
2021-09-16 18:24:21 -05:00
Norbert Kamiński
30700d52e1
main.yml: Bump GitHub Action freebsd-vm
...
Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
2021-09-16 18:24:21 -05:00
Norbert Kamiński
b6fac03b57
Revert "trivial: Disable FreeBSD CI again"
...
This reverts commit 14dab4da6d .
2021-09-16 18:24:21 -05:00
Mario Limonciello
14dab4da6d
trivial: Disable FreeBSD CI again
...
It's failing again due to non-obvious linker errors outside of the
fwupd code.
```
/usr/sbin/dtrace -G -o tclDTrace.o -s /usr/ports/lang/tcl86/work/tcl8.6.11/generic/tclDTrace.d regcomp.o regexec.o regfree.o regerror.o tclAlloc.o tclAssembly.o tclAsync.o tclBasic.o tclBinary.o tclCkalloc.o tclClock.o tclCmdAH.o tclCmdIL.o tclCmdMZ.o tclCompCmds.o tclCompCmdsGR.o tclCompCmdsSZ.o tclCompExpr.o tclCompile.o tclConfig.o tclDate.o tclDictObj.o tclDisassemble.o tclEncoding.o tclEnsemble.o tclEnv.o tclEvent.o tclExecute.o tclFCmd.o tclFileName.o tclGet.o tclHash.o tclHistory.o tclIndexObj.o tclInterp.o tclIO.o tclIOCmd.o tclIORChan.o tclIORTrans.o tclIOGT.o tclIOSock.o tclIOUtil.o tclLink.o tclListObj.o tclLiteral.o tclLoad.o tclMain.o tclNamesp.o tclNotify.o tclObj.o tclOptimize.o tclPanic.o tclParse.o tclPathObj.o tclPipe.o tclPkg.o tclPkgConfig.o tclPosixStr.o tclPreserve.o tclProc.o tclRegexp.o tclResolve.o tclResult.o tclScan.o tclStringObj.o tclStrToD.o tclThread.o tclThreadAlloc.o tclThreadJoin.o tclThreadStorage.o tclStubInit.o tclTimer.o tclTrace.o tclUtf.o tclUtil.o tclVar.o tclZlib.o tclTomMathInterface.o tclUnixChan.o tclUnixEvent.o tclUnixFCmd.o tclUnixFile.o tclUnixPipe.o tclUnixSock.o tclUnixTime.o tclUnixInit.o tclUnixThrd.o tclUnixCompat.o tclUnixNotfy.o tclOO.o tclOOBasic.o tclOOCall.o tclOODefineCmds.o tclOOInfo.o tclOOMethod.o tclOOStubInit.o tclLoadDl.o
dtrace: failed to link script /usr/ports/lang/tcl86/work/tcl8.6.11/generic/tclDTrace.d: an error was encountered while processing tclDictObj.o
*** [tclDTrace.o] Error code 1
```
2021-09-03 13:09:09 -05:00
Norbert Kamiński
c1f06b6b82
freebsd-ci: Change FreeBSD artifact extension
...
Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
2021-08-18 08:39:11 -05:00
Norbert Kamiński
ea12ce69b1
Revert "trivial: Disable the FreeBSD CI action as it's been failing for a long time"
...
This reverts commit 51efc1c772 .
2021-08-18 08:39:11 -05:00
Richard Hughes
51efc1c772
trivial: Disable the FreeBSD CI action as it's been failing for a long time
2021-08-05 08:35:54 +01:00
Mario Limonciello
668623dda2
trivial: ci: timeout freebsd CI after 20 minutes
...
There have been a few jobs that were left running an hour pulling
a file, and that shouldn't block us and waste CI minutes.
2021-07-28 12:02:17 -05:00
Mario Limonciello
a7cfe67cfe
Add VOID CI target
2021-07-28 11:29:44 -05:00
Mario Limonciello
01f79c0339
trivial: set the reference commit to run style check against on CI
2021-07-24 20:56:26 -05:00
Mario Limonciello
bb202244e3
trivial: add clang-format into dependencies
2021-07-24 20:56:26 -05:00
Mario Limonciello
798d1ed3ee
trivial: update markdown for pre-commit style
2021-07-18 14:42:47 -05:00
Mario Limonciello
4ae30a2c1a
trivial: update assignee for wd19 bug reports
...
The WD19 has a special bug report template, and although I'll contribute
what I can to it, nominally Crag will be looking into the issues now.
2021-06-20 21:50:12 -05:00
Mario Limonciello
80ae982f6d
trivial: fix pre-commit removing arguments
2021-06-16 06:41:46 -05:00
Norbert Kamiński
dbece574ee
Add FreeBSD package to the CI matrix
...
Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
2021-06-05 11:05:33 -05:00
Richard Hughes
37a0448a99
Add FreeBSD to the CI matrix
2021-05-26 16:00:32 +01:00
Richard Hughes
d83d0243e0
trivial: Hard limit the fuzz duration to 20 minutes
2021-04-15 16:19:32 +01:00
Mario Limonciello
ab20cfb35b
trivial: ci: don't run no-commit-to-branch during merges
2021-04-09 10:21:29 -05:00
Mario Limonciello
0b80c872b3
trivial: move all pre-commit checks into dedicated CI job
...
This one should launch faster than Fedora, and should fail all the jobs
way sooner.
2021-04-09 16:02:20 +01:00
Mario Limonciello
82c3674f32
trivial: fix github workflows for master
2021-03-10 21:28:18 -06:00
Mario Limonciello
f8387d8bbd
trivial: don't re-run create_containers more than once a day
2021-02-23 11:26:14 -06:00
Mario Limonciello
2264a2efca
trivial: ci: add a workaround for arch container generation issue
...
This should be dropped at some point hopefully when the new
docker release has landed.
See: https://github.com/actions/virtual-environments/issues/2658
Fixes : #2894
2021-02-22 08:49:00 -06:00
Mario Limonciello
b4b6f8910d
trivial: allow 1_4_X to trigger CI builds from Github workflows
2021-02-18 14:46:15 -06:00
Richard Hughes
9930998612
Integrate oss-fuzz with the CI
2021-02-09 16:37:25 +00:00
Richard Hughes
5d7fb6ad88
uefi-capsule: Check if the fwupd BootXXXX entry exists on failure
...
Some systems remove the BootXXXX entry we add (so we can run fwupdx64.efi) and
thus the firmware update does not run. Most commonly this failure is seen with
Lenovo systems that call the helpful option 'Boot Order Lock'.
Hopefully when we depend on the new kernel bios interface sysfs API in we can
check in ->prepare(), not after reboot, but until that we can mark the update
failure as transient as the user can actually fix the problem themselves.
Fixes https://github.com/fwupd/fwupd/issues/2801
2021-01-27 14:49:57 +00:00
Mario Limonciello
dd075eb2be
trivial: for create containers workflow don't fail fast
...
Just because Arch fails to build or push one day, don't
make all the containers fail to build or push.
2021-01-13 11:56:16 -06:00
Mario Limonciello
a5a1648c35
trivial: ci: fix ABI job
2020-12-07 10:42:51 -06:00
Mario Limonciello
07be134dca
trivial: Github actions: Split up container creation
2020-11-18 06:47:57 -06:00
Mario Limonciello
0b64457256
Move ABI check to Github actions
2020-11-18 06:47:57 -06:00
Mario Limonciello
a6606fee3a
Enable github workflows
2020-11-18 06:47:57 -06:00
mendel5
92f8e92daa
pull_request_template.md: replace github.com/hughsie with github.com/fwupd
2020-07-28 14:28:15 -05:00
Mario Limonciello
5c2c782446
trivial: add a bug report target for Dell WD19
2020-06-02 11:47:00 -05:00
Mario Limonciello
37f140c4fd
trivial: some fixups after seeing how it deployed
...
Rename templates so the order looks correct
2020-03-09 14:34:22 -05:00
Mario Limonciello
9087a559d0
trivial: Update issue templates
2020-03-09 15:32:39 -05:00
Mario Limonciello
cee877dfc4
trivial: add stalebot ( Fixes : #1393 )
2019-09-23 17:24:48 +01:00
Mario Limonciello
c9f46290bc
Add a new plugin checklist ( Fixes : #899 )
2019-01-07 10:07:27 -06:00
Paul Menzel
8ab2784a1c
.github: Add note how to find version before fwupd 0.9.6
...
Fixes: https://github.com/hughsie/fwupd/issues/300
2017-11-06 14:17:11 +00:00
Paul Menzel
d1adf460e2
.github: Correct typo in command in issue template
...
Use `fwupdmgr` over `fwupdgmr`.
2017-11-06 12:18:42 +00:00
Fred Deschenes
e74892fca1
Add issue template
2017-09-15 08:40:53 -07:00