Commit Graph

6 Commits

Author SHA1 Message Date
Earle Lowe
e78fef5003
Set the permissions of chrome-sandbox (#9421)
* Set the permissions of chrome-sandbox

Testing to see if setting the permissions of chrome-sandbox prior to packaging works, or if an RPM post-install script is needed

* use rpm attr to set file permissions

* whitespace fixup
2021-12-07 09:58:05 -08:00
Chris Marslender
f5bba8f89d
Pyinstaller 4.5 (#7915)
* Pyinstaller 4.5 for M1

* Update linux builds to 4.5

* Update windows to pyinstaller 4.5

* Pyinstaller 4.5 for intel mac
2021-08-02 12:47:25 -07:00
Chris Marslender
801c9ce296
remove duplicated sed command in rpm build (#7865) 2021-07-29 18:08:33 -07:00
Earle Lowe
bafb654a36
EL.Set version in package.json before packaging (#7864)
* Set version in package.json before packaging
2021-07-29 17:32:23 -07:00
Chris Marslender
200bdf16e7
CentOS runner for rpm builds (#7552)
* disable build links

* Disable binary stripping - #3846

Causes error:
`ImportError: /usr/lib/chia-blockchain/resources/app.asar.unpacked/daemon/chiavdf.cpython-39-x86_64-linux-gnu.so: ELF load command address/offset not properly aligned`

* Quote NODE_ROOT

* Add workaround for building on centos

* Remove the cache stages, since this is on self-hosted now and we remove it all anyways
2021-07-16 14:07:31 -07:00
nirajpathak13
229ff7ab08
Split linux installers (#6987)
Move .rpm and .deb installers into individual workflows
2021-07-01 23:11:22 -04:00