You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is going wrong? I assumed it was an error with the wrong version of python with some feature not included in this version of python, hence the error platform is not implemented yet.
I'm running Linux Mint, and it seems to be trying to work with some macos files. I'm guessing that whatever it's trying to do is not supported on Linux and only on Macs and/or Windows.
This will be my first time contributing to Firefox or any of its forks, so I want to make sure I get the environment set up right.
After some further investigation it seems like the issue is from appdmg which is not compatible with Linux (I think?). When removing it from package.json and running npm install the issue is gone. A possible fix is to remove it from package.json and use npx appdmg from sign_mac.sh for CI.
* Remove appdmg from dependencies
appdmg was causing issue on some Linux system and as we only need it on MacOS we can access it via npx
fix#507
* Fern: use md5 for file name hashes
on ext4 for some urls the generated base64 file name was too long
* use node crypto instead of md5
I've been making more than enough issues, and I've wanted to contribute, but I have the following error when trying to build.
I ran these commands:
I got the error at https://gist.github.com/2br-2b/8c5d9f7f0f683f3671ae7a8c844465ce
What is going wrong? I assumed it was an error with the wrong version of python with some feature not included in this version of python, hence the error
platform is not implemented yet
.I'm running Linux Mint, and it seems to be trying to work with some macos files. I'm guessing that whatever it's trying to do is not supported on Linux and only on Macs and/or Windows.
This will be my first time contributing to Firefox or any of its forks, so I want to make sure I get the environment set up right.
Thank you for your help!
Originally posted by @2br-2b in #497
The text was updated successfully, but these errors were encountered: