Skip to content

Commit f85aaf5

Browse files
authored
Merge pull request #484 from Distributive-Network/firefox-git
Chore: clone SpiderMonkey source code from the official Firefox github repo
2 parents 554e8e0 + 9856968 commit f85aaf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mozcentral.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cdfe9f2e144a04618cb6e9ffd9e6202d6d85ed56
1+
6bca861985ba51920c1cacc21986af01c51bd690

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ echo "Done installing dependencies"
4444
echo "Downloading spidermonkey source code"
4545
# Read the commit hash for mozilla-central from the `mozcentral.version` file
4646
MOZCENTRAL_VERSION=$(cat mozcentral.version)
47-
wget -c -q -O firefox-source-${MOZCENTRAL_VERSION}.zip https://github.com/mozilla/gecko-dev/archive/${MOZCENTRAL_VERSION}.zip
48-
unzip -q firefox-source-${MOZCENTRAL_VERSION}.zip && mv gecko-dev-${MOZCENTRAL_VERSION} firefox-source
47+
wget -c -q -O firefox-source-${MOZCENTRAL_VERSION}.zip https://github.com/mozilla-firefox/firefox/archive/${MOZCENTRAL_VERSION}.zip
48+
unzip -q firefox-source-${MOZCENTRAL_VERSION}.zip && mv firefox-${MOZCENTRAL_VERSION} firefox-source
4949
echo "Done downloading spidermonkey source code"
5050

5151
echo "Building spidermonkey"

0 commit comments

Comments
 (0)