101 Commits

Author SHA1 Message Date
Miguel Jacq
ef43fc6762
Back to macos-13 2025-02-26 14:40:45 +11:00
Miguel Jacq
e76511aaa9
Various fixes for MacOS build 2025-02-26 14:36:55 +11:00
Micah Lee
96b838ec3e
Try creating empty libmimerapi.dylib so build-mac-intel will finish 2025-02-25 12:01:30 -08:00
Miguel Jacq
9aedb2933e
Fix macos intel build to actually build on an Intel mac (macos-latest switched to arm in 2024) 2025-02-26 06:04:17 +11:00
Miguel Jacq
202f1dc985
Merge branch 'main' into mig/prepare-2.6.3 2025-02-15 20:12:29 +11:00
Miguel Jacq
144665245a
Correct sha256sum 2025-02-14 11:43:49 +11:00
Miguel Jacq
187b6eaa6a
Tweak path 2025-02-14 11:39:35 +11:00
Miguel Jacq
8aba9e79ff
fix check 2025-02-14 11:35:05 +11:00
Miguel Jacq
cef9daff22
Add validation of python package downloaded for Mac during CI build 2025-02-14 11:31:01 +11:00
Miguel Jacq
078566b815
Depend on python 3.10 on cli for importlib. Update to use 3.10 in github CI 2025-02-14 09:59:45 +11:00
Miguel Jacq
2c2745827a
Refactor how we build the snap (use requirements.txt files exported from poetry). Switch to core24 base 2025-02-11 09:51:26 +11:00
Miguel Jacq
48849f4f7e
Undo snap meek-client change and add verbosity 2025-02-10 16:26:37 +11:00
Miguel Jacq
2be632fe43
Build without keeping build dirs, and recursively list the build dir to see the permissions where it fails. Move obfs4proxy to run later so we can see if this is a problem for all 3 PTs 2025-02-10 16:26:03 +11:00
Miguel Jacq
916c37640b
Update Tor, snowflake versions, and rejig Flatpak to build pluggable transports using our existing scripts, same as other packaging 2025-02-10 16:26:02 +11:00
Miguel Jacq
2453e57d2f
Add prompt for OnionShare version in bug report template 2025-02-07 17:47:41 +11:00
Miguel Jacq
44ff91a05e
Add checkbox as reminder to search for existing issues 2025-02-07 17:45:23 +11:00
Miguel Jacq
3efe7cec64
Add issue templates 2025-02-07 17:43:31 +11:00
Miguel Jacq
10bab61864
Revert "Does flatpak need ufw disabled?"
This reverts commit 608f5a1540de864f13239bd477fab82ce52ec94a.
2025-02-03 10:44:20 +11:00
Miguel Jacq
608f5a1540
Does flatpak need ufw disabled? 2025-02-03 10:36:30 +11:00
Micah Lee
0ea99809d4
Update path for windows binary 2025-02-02 14:31:55 -08:00
Micah Lee
0dac824472
Update build workflows to use the latest github actions versions, and to switch to Python 3.12.8 and Go 1.23.5 2025-02-02 14:15:48 -08:00
Saptak S
3954a66d42
Removes unnecessary cleanup codes 2024-08-23 18:26:09 +05:30
Saptak S
b34b288a3b
Updates MacOS poetry installation steps 2024-08-23 18:13:52 +05:30
Saptak S
ef04e4968b
Removes dependabot.yml to stop auto-update PRs in the repo 2024-02-13 01:46:58 +05:30
Saptak S
e0049d52ad
Updates tor packages in snapcraft config 2023-12-29 13:11:35 +05:30
Micah Lee
77fa29fefb
Disable caching in setup-go@v4 in build-win64, since OnionShare isn't a Go project and doesn't have a go.sum file 2023-10-22 11:54:37 -07:00
Micah Lee
b79948246d
Update flatpak cache keys 2023-10-22 11:50:46 -07:00
Micah Lee
d8432502e2
Try compresing snap cache 2023-10-21 18:36:22 -07:00
Micah Lee
6fbd60bc65
Debug snap cache 2023-10-21 17:59:30 -07:00
Micah Lee
e98b1d683b
Try making snap cache work again 2023-10-20 19:26:03 -07:00
Micah Lee
db3fb2967e
Try fixing snap caching 2023-10-20 19:00:33 -07:00
Micah Lee
d8d936b9fa
Add cache to snap build 2023-10-20 17:23:48 -07:00
Micah Lee
4936016fd4
Fix name of workflow 2023-10-17 14:50:02 -07:00
Micah Lee
acc71d6786
Change to Python 3.11 some more 2023-10-17 09:33:52 -07:00
Micah Lee
0a8e380ac0
Change to Python 3.11 in a few other places 2023-10-16 20:57:00 -07:00
Micah Lee
1f0d91b663
Actually, use Python 3.11.6 2023-10-10 16:55:47 -07:00
Micah Lee
22816bedca
Update to Python 3.12.0 2023-10-10 16:44:47 -07:00
Micah Lee
0c269b34ac
Replace broken lib folder with working lib folder in Mac build 2023-10-10 15:22:42 -07:00
Miguel Jacq
4e3835a246
Add QR code for private key, update tests 2023-10-09 16:01:38 +11:00
Micah Lee
77fc683c4a
Update version of Postgres installed in build-mac-intel 2023-09-28 16:27:46 -07:00
Micah Lee
94589dde21
Specify Go >=1.21.1 2023-09-28 11:08:06 -07:00
Micah Lee
c3b63ddd00
Install the latest version of Go in build-win64 2023-09-28 10:53:09 -07:00
Micah Lee
82369d9576
Rename build workflow 2023-09-05 15:13:43 -07:00
Saptak S
2b885ea6ba
Changes package-ecosystem from poetry to pip 2023-06-06 13:23:30 +05:30
Miguel Jacq
acac812b3b
Add verbosity to CLI poetry tests 2023-05-30 16:32:45 +10:00
Miguel Jacq
61652f0b6d
Experiment with longer autostop timer in chat mode for CLI test 2023-05-29 16:20:13 +10:00
Micah Lee
f41d5587d0
Merge branch 'main' into update-deps 2023-05-22 20:51:14 -07:00
Micah Lee
8b33dc69f3
Add dependabot for /docs too 2023-05-22 20:13:52 -07:00
Miguel Jacq
5b622b9c17
Add QT_QPA_PLATFORM=offscreen to GUI tests 2023-05-22 12:22:19 +05:30
Micah Lee
fc2a7c7cee
Add dependabot automatic PRs 2023-05-21 12:04:52 -07:00