Skip to content

Commit 1ce8379

Browse files
OldManYellsAtCloudotavio
authored andcommitted
firefox: update 135.0 -> 135.0.1, improve build
- move rust_gen_targets before configure This seems to be causing the problem, that running do_configure on its own fails: rust_gen_targets was running before do_compile, but not necessarily before do_configure. It seems that when all tasks were executed in one go, than this task is executed before do_configure, so it works. But when do_configure is executed on its own, then this task is scheduled to be executed after do_configure, which makes do_configure fail. To avoid it, reschedule it to be executed always before do_configure. - remove panic strategy from Cargo.toml and from readme Removing the panic strategy from the Cargo.toml file should should be enough to compile Firefox successfully (instead of compiling Rust with this panic strategy, which is not default in Yocto)
1 parent 23554fa commit 1ce8379

File tree

222 files changed

+810
-742
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+810
-742
lines changed

.github/workflows/kirkstone-aarch64-v135.0.yml renamed to .github/workflows/kirkstone-aarch64-v135.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: kirkstone-aarch64-135.0
1+
name: kirkstone-aarch64-135.0.1
22
run-name: Build latest Firefox for 64-bit ARM architecture with Kirkstone
33
on:
44
pull_request:

.github/workflows/kirkstone-arm-v135.0.yml renamed to .github/workflows/kirkstone-arm-v135.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: kirkstone-arm-135.0
1+
name: kirkstone-arm-135.0.1
22
run-name: Build latest Firefox for 32-bit ARM architecture with Kirkstone
33
on:
44
pull_request:

.github/workflows/kirkstone-x86_64-v135.0.yml renamed to .github/workflows/kirkstone-x86_64-v135.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: kirkstone-x86_64-135.0
1+
name: kirkstone-x86_64-135.0.1
22
run-name: Build latest Firefox for x86_64 architecture with Kirkstone
33
on:
44
pull_request:

.github/workflows/scarthgap-aarch64-v135.0.yml renamed to .github/workflows/scarthgap-aarch64-v135.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: scarthgap-aarch64-135.0
1+
name: scarthgap-aarch64-135.0.1
22
run-name: Build latest Firefox for 64-bit ARM architecture with Scarthgap
33
on:
44
pull_request:

.github/workflows/scarthgap-arm-v135.0.yml renamed to .github/workflows/scarthgap-arm-v135.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: scarthgap-arm-135.0
1+
name: scarthgap-arm-135.0.1
22
run-name: Build latest Firefox for 32-bit ARM architecture with Scarthgap
33
on:
44
pull_request:

.github/workflows/scarthgap-riscv-v135.0.yml renamed to .github/workflows/scarthgap-riscv-v135.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: scarthgap-riscv-135.0
1+
name: scarthgap-riscv-135.0.1
22
run-name: Build latest Firefox for Risc-V architecture with Scarthgap
33
on:
44
pull_request:

.github/workflows/scarthgap-x86_64-v135.0.yml renamed to .github/workflows/scarthgap-x86_64-v135.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: scarthgap-x86_64-135.0
1+
name: scarthgap-x86_64-135.0.1
22
run-name: Build latest Firefox for x86_64 architecture with Scarthgap
33
on:
44
pull_request:

.github/workflows/styhead-aarch64-v135.0.yml renamed to .github/workflows/styhead-aarch64-v135.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: styhead-aarch64-135.0
1+
name: styhead-aarch64-135.0.1
22
run-name: Build latest Firefox for 64-bit ARM architecture with Styhead
33
on:
44
pull_request:

.github/workflows/styhead-arm-v135.0.yml renamed to .github/workflows/styhead-arm-v135.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: styhead-arm-135.0
1+
name: styhead-arm-135.0.1
22
run-name: Build latest Firefox for 32-bit ARM architecture with Styhead
33
on:
44
pull_request:

.github/workflows/styhead-riscv-v135.0.yml renamed to .github/workflows/styhead-riscv-v135.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: styhead-riscv-135.0
1+
name: styhead-riscv-135.0.1
22
run-name: Build latest Firefox for Risc-V architecture with Styhead
33
on:
44
pull_request:

0 commit comments

Comments
 (0)