Commit Graph

91 Commits

Author SHA1 Message Date
Karliss
66fa0d5af3 Switch macos CI runner
macos-latest currently is an arm64 machine
2024-05-04 09:34:12 +08:00
Anton Kochkov
0d9851c1e0 ci: run clang-format.py script 2023-08-03 21:08:07 +08:00
Anton Kochkov
9bfe0c4e1d
Use Ubuntu 18.04 docker image (#3180)
Co-authored-by: wargio <wargio@libero.it>
2023-05-15 20:37:45 +08:00
Giovanni
3166843dff
Add rz-silhouette to cutter builds (#3161) 2023-04-11 11:35:52 +08:00
Anton Kochkov
20801f7fe6 Enable graphviz for AppImage 2023-02-18 22:43:15 +08:00
Anton Kochkov
fdb2f9e545 Add Qt6 CI job 2023-02-08 21:26:43 +08:00
Florian Märkl
4e0e0000e1 Remove Breakpad Crash Reporting
Crash dumps generated with breakpad were not made use of to an extent
that would justify the extra maintenance overhead that it comes with. As
Windows builds have recently been broken by it, now is a good time to
retire it.
2023-01-13 14:53:27 +01:00
Florian Märkl
c5f6cc0c3f Update gha get-release action to fix it on new macOS 2023-01-13 14:53:27 +01:00
Florian Märkl
34018519de
Cleanup and fix macOS CI (#3070)
2to3 has some suffix now and workarounds are no longer necessary.
2023-01-08 12:04:36 +01:00
Giovanni
d58edca0c8
Fix wrong tg link in new issue (#3057) 2022-11-25 22:53:10 +08:00
Anton Kochkov
e56a0b5581
Fix GitHub Actions warnings (#3051) 2022-11-02 19:13:57 +08:00
Florian Märkl
d6370541e7
Generate and deploy source tarball (Fix #2878) (#3036)
This builds a real tarball, as opposed to the flawed GitHub-generated
one, and also includes the following changes:

Individual builds now have dedicated names like "linux-x86_64". The
structure in the yml is now very similar to how it is in rizin.

Since that means builds are renamed, the filename has also been changed
from the meaningless "ccpp.yml" to "ci.yml", as that would have happened
sooner or later anyway and now will not produce additional intermediate
rename states.

The workflow name inside that file is now also just "CI" since adding
"Cutter" there is redundant.
2022-08-24 15:51:00 +02:00
Florian Märkl
2c778d9b82
Add Woodpecker macOS/arm64 CI (#2992)
Package names have also been updated to the scheme used since v2.1.0, to
better represent different architectures.
2022-07-05 14:06:06 +02:00
Florian Märkl
3855576be5
Use meson==0.61.5 to fix libzip strcasecmp errors (#2991) 2022-07-04 10:39:10 +02:00
Giovanni
29bd3d0dbd
Add back jsdec which was wrongly removed. (#2983) 2022-06-25 15:03:45 +02:00
Giovanni
90608117c9
Yara plugin + fix linuxdeployqt plugins (#2924) 2022-06-08 07:18:43 +08:00
Giovanni
247ab94b71
Download and install sigdb option (#2949)
* Download and install sigdb option and disable swift demangler when libswift is installed
* Remove dir.prefix and use rz_core_analysis_sigdb_list for sigdb
* Use a different color for flirts
* Updated to rizin dev
* Use rz_path_set_prefix to set the prefix path on OSX bundle
2022-06-06 11:27:13 +02:00
Florian Märkl
5e8aa4f993 Update windows CI to 2019 2022-03-30 20:14:35 +08:00
Yossi Zap
1b271a0ae8 Bypass meson Popen_safe_legacy() error 2022-02-09 22:44:41 +08:00
Giovanni
75c334596e
Enable support for building rz-libswift on cutter (#2841) 2022-01-15 21:02:01 +01:00
Florian Märkl
9de1d56c93 Update references for dev/stable split 2021-12-21 13:39:25 +01:00
Surendrajat
77c22b37c8
CI: use Ubuntu 18.04 as oldest supported build system (#2736) 2021-09-11 13:16:52 +02:00
Rishabh Budhiraja
9c2b1cccec
Remove freenode mentions in remaining files (#2703) 2021-06-15 19:23:50 +02:00
Itay Cohen
1f129618e0
Fix pacakage name for macOS builds (#2668) 2021-04-15 22:13:57 +03:00
Kārlis Seņko
8c659feb43 Fix path when building appimage, caused by #2574 2021-04-10 10:14:35 +02:00
Kārlis Seņko
95879d4835 Use latest jsdec and rz-ghidra to match rizin version 2021-04-10 10:14:35 +02:00
karliss
3a32ea741e
Set macOS deployment target to 10.14 Mojave. (#2650) 2021-04-07 10:30:50 +02:00
karliss
d39046c9e0
Install clang8 used by pyside at build time. (#2656)
Necessary to match with version used by cutter-deps.
2021-04-05 11:04:17 +03:00
karliss
1abd2b7ab0
Add release binary upload from GHA. (#2623)
* Add release binary upload from GHA.
* Update get release so that it works with draft releases.
* Distinguish release from CI builds in package name
  - regular ci builds -> Cutter-git-<date>-<hash>-<platform>
  - release tags -> Cutter-git-<tag>-<platform>
2021-03-15 21:08:19 +02:00
Itay Cohen
8da70aaf05
Enable CUTTER_USE_BUNDLED_RIZIN by default (#2622)
* Enable CUTTER_USE_BUNDLED_RIZIN by default
2021-03-15 06:47:51 +02:00
Surendrajat
9601aac6fa
deploy docs (#2616) 2021-03-03 14:52:37 +02:00
Surendrajat
7491434dc4
limit linter CI to master branch (#2609) 2021-02-21 15:07:15 +02:00
Alexis Ehret
a47c2bb5aa
Add clang-format linter CI jobs (#2604) 2021-02-19 16:32:58 +02:00
karliss
0553d3ffdb
Add JSDec packaging for macos. (#2580) 2021-02-18 16:36:27 +02:00
Surendrajat
4753648219
Fix a link in PR template (#2582) 2021-01-25 07:24:56 +02:00
ITAYC0HEN
a62f138e2f Add support for clang-format 2021-01-24 18:34:16 +02:00
karliss
753d4a7bb5
Enable macOS adhoc signing. (#2569)
* Do not break Python package making it unsignable
* Manaully add one of breakpad libs for codesigning. It doesn't get signed automatically by codesign --deep.
* Enable macOS adhoc signing.
2021-01-24 11:11:26 +02:00
Anton Kochkov
88478ffb30
New JSDec home (#2563)
Switch from r2dec to jsdec
2021-01-16 11:48:31 +01:00
karliss
562979bcff
Remove qmake (#2546)
* Remove qmake project and move some variables directly to CMake project
* Remove meson and update docs.
* Add instructions for basic macOS build.
2021-01-10 13:07:39 +02:00
karliss
29cbd06ab2
Run macos packaging in GHA. (#2529)
* Enable running of macOS packaging in GHA, most of the work done in dedbabde56
* Cleanup breakpad handling
* Have single version of main executable in folder expected by macOS and most tools instead of executable+symlink+shell script
* Handle Breakpad library lookup in more CMake way using FindBreakpad just like it's done on other platforms and packages
* Refactor error handling in some of the shell scripts to use `set -e` instead of `|| exit 1` for each command.
* Fix DMG background setup
2021-01-02 19:57:29 +02:00
Surendrajat
57cd3a733d
CI: fix Coverity Scan (#2536) 2020-12-25 13:24:36 +08:00
karliss
3bda4c9777
Fix homebrew install problems (#2526) 2020-12-20 20:14:03 +02:00
karliss
c985fdc1b1
Run cutter appimage packaging in GHA. (#2490)
* Run cutter appimage packaging in GHA.
* Update cutter-deps.
* Switch to older visual studio due to pyside having problems parsing MSVC
headers.
* Take GIL in the injected code fragment #2511.
2020-12-19 12:43:33 +02:00
Florian Märkl
822e377383
Revert Temporary Changes (#2496) 2020-12-08 17:27:54 +01:00
Florian Märkl
8c35ebb837
Restructure CMake files to start in the root of the tree (#6) 2020-12-07 09:19:16 +01:00
Florian Märkl
2b8ac6ecf7
Port to Rizin 2020-12-07 09:17:56 +01:00
Florian Märkl
0e9b0c92b9
Reduce CI 2020-12-06 19:00:51 +01:00
karliss
79a323489a
Don't depend on unmaintained homebrew repository. (#2489)
* Don't depend on unmaintained homebrew repository.
2020-11-25 21:25:59 +02:00
karliss
92b28679f2
Move Ubuntu 16.04 sytem dependencies build to GHA. (#2484)
* Move Ubuntu 16.04 sytem dependencies build to GHA.

* Downgrade some of the software installed on Github VMs to better match
what's available on Ubuntu 16.04
* Disable breakpad tools, we dont use them and some of them require fresh linux kernel for compilation.
2020-11-25 17:33:30 +02:00
Surendrajat
de74675861
GH Actions: use of set-env is deprecated (#2442) 2020-10-07 19:51:25 +03:00