Skip to content

Commit b630796

Browse files
committed
🚧 Get closer to a full compile
1 parent 43ec480 commit b630796

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎devenv.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
gluon.exec = "pnpm gluon $@";
2525
download.exec = "gluon download";
2626
import.exec = "gluon import";
27-
build.exec = "gluon build";
27+
build.exec = "unset AS && gluon build";
28+
# MAR generation generally fails, but we ignore that
29+
package.exec = "gluon package || echo 0";
2830
};
2931

3032
packages = with pkgs; [

‎src/quark-runtime/moz.configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
imply_option("MOZ_APP_BASENAME", "Experiment")
66
imply_option("MOZ_APP_VENDOR", "trickypr")
7+
imply_option("MOZ_APP_ID", "{dda969a5-00d5-441a-8fcd-0a0dc55b490b}")
78

89
# this is required to define mozilla::components::History::GetServiceHelper in objdir/xpcom/components/Components.h
910
imply_option("MOZ_PLACES", True)

0 commit comments

Comments
 (0)