Conversation
|
Yesss <3 |
e7dda05 to
a16ac31
Compare
f63c01a to
224e8db
Compare
rmalmain
left a comment
There was a problem hiding this comment.
looks ok to me.
@addisoncrump i've pushed a .gitattribute file to your branch (it just ignores Cargo.lock for diffs and stats, cf https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github). you will need to pull.
| sudo apt-get install -y \ | ||
| curl lsb-release wget software-properties-common gnupg shellcheck pax-utils \ | ||
| libsqlite3-dev libpixman-1-dev libc6-dev gcc g++ build-essential libglib2.0-dev | ||
| echo "export LLVM_CONFIG_PATH=$(which llvm-config-21)" | sudo tee -a /etc/environment |
There was a problem hiding this comment.
cannot we use a central value for llvm version? (like reusing MAIN_LLVM_VERSION or similar)
otherwise we'll need to hunt for 21 later on when we need to update again.
I think we can define CI variables for this kind of stuff.
There was a problem hiding this comment.
Probably wise. I'll go ahead and exchange this now.
|
Note to self: CI breaks on April 1st. |
Fixed here (I hope): #3778 |
* refactor: remove 'Constructor'from various crates * refactor: remove obvious 'Constructor' docs from various crates * refactor: resolved various Clippy warnings
* fix: clang-format issue * unindent --------- Co-authored-by: Addison <me@addisoncrump.info>
20d4f84 to
e049548
Compare
|
wtf github, default branch update should be rebase |
* Allow force disabling pizza mode regardless of the date * Disable pizza mode in CI * fixup remaining bits --------- Co-authored-by: Addison Crump <addison.crump@cispa.de>
|
Finally Merged! |
| workflow_dispatch: | ||
| merge_group: | ||
| env: | ||
| AFL_PIZZA_MODE: "-1" # this is sad, I know, but it breaks on a certain spring day otherwise :( |
There was a problem hiding this comment.
It should be 0 to map to how AFL++ uses it!
me and the boys up at 1630 fixing CI