boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
664c0d8a
by Nicolas Vigier at 2023-05-13T11:31:26+02:00
-
076ffcf1
by Nicolas Vigier at 2023-05-13T12:15:07+02:00
2 changed files:
Changes:
... | ... | @@ -9,11 +9,12 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil |
9 | 9 | container:
|
10 | 10 | use_container: 1
|
11 | 11 | |
12 | -targets:
|
|
13 | - nightly:
|
|
14 | - git_hash: main
|
|
15 | - version: '[% c("abbrev") %]'
|
|
16 | - tag_gpg_id: 0
|
|
12 | +# Stop using `main` on nightly, until tor-browser-build#40850 is fixed
|
|
13 | +#targets:
|
|
14 | +# nightly:
|
|
15 | +# git_hash: main
|
|
16 | +# version: '[% c("abbrev") %]'
|
|
17 | +# tag_gpg_id: 0
|
|
17 | 18 | |
18 | 19 | input_files:
|
19 | 20 | - project: container-image
|
... | ... | @@ -465,7 +465,8 @@ targets: |
465 | 465 | compiler: gcc
|
466 | 466 | configure_opt: '[% c("var/configure_opt_project") %]'
|
467 | 467 | # Only build Namecoin for linux on nightly
|
468 | - namecoin: '[% c("var/nightly") && c("var/tor-browser") %]'
|
|
468 | + # Temporarily disabled until we have a fix for tor-browser-build#40845
|
|
469 | + #namecoin: '[% c("var/nightly") && c("var/tor-browser") %]'
|
|
469 | 470 | container:
|
470 | 471 | suite: jessie
|
471 | 472 | arch: amd64
|