5558 Commits

Author SHA1 Message Date
Ruben ten Hove
c90dd00fc9 no longer need this line 2022-07-04 22:38:28 +00:00
Ruben ten Hove
0da935183f allow unset env var 2022-07-04 22:36:06 +00:00
Ruben ten Hove
4848c8d24c use env as base 2022-07-04 22:30:03 +00:00
Ruben ten Hove
250000ee79 simpler format bin selector 2022-07-04 22:27:55 +00:00
rhtenhove
6c9c8fdc65
check code formatting (#5) 2022-07-04 14:32:48 -04:00
Ruben ten Hove
3e65e1a029 fix test using test specific build 2022-06-28 15:59:56 +00:00
Ruben ten Hove
b3edb657c2 check python too 2022-06-28 01:50:39 +00:00
rhtenhove
a1889db9bf
simpler jobs 2022-06-27 16:17:02 -04:00
Ruben ten Hove
5fa7861149 no need for that line anymore 2022-06-27 15:37:15 +00:00
Ruben ten Hove
e969972c97 gcta 2022-06-27 15:35:41 +00:00
Ruben ten Hove
80e829f79d revert more and global replace 2022-06-27 15:30:35 +00:00
Ruben ten Hove
73db4fe993 use actor 2022-06-27 15:13:16 +00:00
rhtenhove
22c3b519fa
reverts, fixes and even smaller image (#3) 2022-06-27 11:05:17 -04:00
rhtenhove
1dac69b1eb
use container; more is built + tested; use make -i (#2) 2022-06-24 09:26:09 -04:00
rhtenhove
0da7ddb738
concurrency and caching (#1)
* use concurrency

* run here too

* allow test failure

* only push on push

* fix coresight mode build

* support but disable coresight

* woops

* no unicorn for arm

* update codeql and fix makefile

* forgot those

* disable forward cache

* fix needing buildx

Co-authored-by: Ruben ten Hove <ruben.tenhove@tno.nl>
2022-06-22 06:36:35 -04:00
Ruben ten Hove
6e960f78d6 arm needs qemu indeed 2022-06-21 22:01:30 +02:00
Ruben ten Hove
3282023047 check for package instead of if in docker 2022-06-21 21:36:02 +02:00
Ruben ten Hove
c7db5b67f9 just disable nyx 2022-06-21 21:30:43 +02:00
Ruben ten Hove
fc98d53e27 separate platforms 2022-06-21 18:54:54 +02:00
Ruben ten Hove
a5822c7c2f various changes 2022-06-21 18:52:43 +02:00
Ruben ten Hove
01cb84051a secure apt key; fix multilib 2022-06-21 16:54:47 +02:00
Ruben ten Hove
d9c2487c3e reduce layers, size and complexity 2022-06-21 10:30:30 -04:00
van Hauser
a7f3f87f41
Merge pull request #1450 from jrozner/add-22.04-to-ci
Update workflows to ubuntu 22.04
2022-06-21 07:48:49 +02:00
vanhauser-thc
1a4c0d2ecd nits 2022-06-20 17:59:14 +02:00
Joe Rozner
eb37cec76e Update workflows to ubuntu 22.04
22.04 is the most recent LTS release and the official docker container
is running on it. It probably makes sense to run the unit tests on that
as well.
2022-06-19 11:42:31 -07:00
van Hauser
5ed993d74e
Merge pull request #1440 from rhtenhove/dev
require value in env variables
2022-06-18 21:48:58 +02:00
van Hauser
5d5d1f70fc
Merge pull request #1447 from rhtenhove/more-tags
fixes github actions
2022-06-18 21:48:10 +02:00
Ruben ten Hove
85b1ce00a8 fully qualified names 2022-06-18 08:35:25 -04:00
Ruben ten Hove
51a88b17b3 add tagged releases 2022-06-18 08:31:37 -04:00
Ruben ten Hove
b0e58baca2 add stable tag to docs 2022-06-18 08:21:25 -04:00
Ruben ten Hove
f23cac854a fix image build and push 2022-06-18 08:19:04 -04:00
Ruben ten Hove
0c3ba7d227 clarity 2022-06-18 07:23:06 -04:00
vanhauser-thc
605f2bf969 code format 2022-06-18 09:14:44 +02:00
vanhauser-thc
dc3e2e8200 update docs 2022-06-18 09:06:27 +02:00
van Hauser
47d4f16189
Merge pull request #1442 from rhtenhove/more-tags
Push both stable and dev
2022-06-18 08:58:49 +02:00
Ruben ten Hove
74f70d0c74 update name 2022-06-18 02:55:27 +02:00
Ruben ten Hove
be79ee7072 stable==latest 2022-06-18 02:52:57 +02:00
Ruben ten Hove
bf6a0159a9 formatting 2022-06-18 02:37:11 +02:00
Ruben ten Hove
fc3b483450 revert previous changes 2022-06-18 02:35:40 +02:00
Ruben ten Hove
0dd1c39b5a check for empty env var as well 2022-06-18 02:35:31 +02:00
Ruben ten Hove
60702fef7a Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev 2022-06-18 00:41:50 +02:00
van Hauser
a96f9a349a
Merge pull request #1441 from rhtenhove/noreadme
Allow to skip README.txt creation in crashes/
2022-06-18 00:25:03 +02:00
Ruben ten Hove
4fdd1129f0 feat: push both dev and stable 2022-06-17 21:21:34 +02:00
Ruben ten Hove
4990823840 formatting 2022-06-17 21:08:37 +02:00
Ruben ten Hove
3d1a57deed feat: allow to skip readme creation on crash 2022-06-17 21:03:46 +02:00
Ruben ten Hove
47d8947471 require value in env 2022-06-17 12:10:11 -04:00
hexcoder
80892b8fc5
typos 2022-06-14 14:57:31 +02:00
hexcoder
ba21e20695
typo 2022-06-14 14:56:10 +02:00
hexcoder
5b471986b8
add line feed at end 2022-06-14 14:52:48 +02:00
vanhauser-thc
da1b041098 update changelog 2022-06-12 08:24:32 +02:00