mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 12:19:54 +00:00
ci: switch to sha256 and skip 8.10.7 on release (#5837)
* ci: skip 8.10.7 on release * ci: switch to sha256 * script/reproduce-builds: make it executable * scripts/reproduce-builds: rename to simplex-chat-reproduce-builds * ci: bump actions * ci: 20.04 is deprecated * scripts/reproduce-builds: remove Ubuntu 20.04 * docs: adjust reproduce script * ci: skip 8.10.7 in stable or release for Linux * ci: really skup 8.10.7 in stable or release * ci: remove useless linux checks * ci: remove timeout from mac tests * ci: fix action names * ci: setup swap for 8.10.7 * ci: bump swap to 30gb * ci: simplify * ci: 10 -> 3 retries * ci: retry only in stable or release
This commit is contained in:
parent
96b962809f
commit
5351fa68d0
6 changed files with 132 additions and 41 deletions
|
@ -1603,19 +1603,19 @@ To reproduce the build you must have:
|
|||
1. Download script:
|
||||
|
||||
```sh
|
||||
curl -LO 'https://raw.githubusercontent.com/simplex-chat/simplexmq/refs/heads/master/scripts/reproduce-builds.sh'
|
||||
curl -LO 'https://raw.githubusercontent.com/simplex-chat/simplexmq/refs/heads/master/scripts/simplexmq-reproduce-builds.sh'
|
||||
```
|
||||
|
||||
2. Make it executable:
|
||||
|
||||
```sh
|
||||
chmod +x reproduce-builds.sh
|
||||
chmod +x simplexmq-reproduce-builds.sh
|
||||
```
|
||||
|
||||
3. Execute the script with the required tag:
|
||||
|
||||
```sh
|
||||
./reproduce-builds.sh 'v6.3.1'
|
||||
./simplexmq-reproduce-builds.sh 'v6.3.1'
|
||||
```
|
||||
|
||||
The script executes these steps (please review the script to confirm):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue