Skip to content

Commit 66a1753

Browse files
committed
Switch back to building mozilla-beta in 'next' branch
The 'next' branch should track mozilla-beta in order to get early warnings about things that might be broken in the following ESR.
1 parent 1670c44 commit 66a1753

3 files changed

Lines changed: 2 additions & 33 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- name: Install deps
3030
run: |
31-
sudo apt install autoconf2.13 ccache llvm clang lld meson ninja-build -y
31+
sudo apt install ccache llvm clang lld meson ninja-build -y
3232
- uses: actions-rs/toolchain@v1
3333
with:
3434
profile: minimal
3535
toolchain: stable
3636
override: true
3737
default: true
3838
- name: Get SM pkg
39-
run: ./tools/get_sm_102.sh
39+
run: ./tools/get_sm.sh
4040
- name: ccache cache files
4141
uses: actions/cache@v1.1.0
4242
with:
@@ -49,7 +49,6 @@ jobs:
4949
cd /tmp/mozjs
5050
cd $(ls -d */|head -n 1)
5151
cd js/src
52-
autoconf2.13
5352
bash $GITHUB_WORKSPACE/tools/generic_lib.sh $GITHUB_WORKSPACE/meson.build
5453
mkdir _build
5554
cd _build

tools/get_sm_102.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

tools/get_sm_91.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)