Skip to content

Commit

Permalink
[NFC] firefox: Fix build for new solbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
joebonrichie committed Nov 5, 2024
1 parent 02789bd commit 1a62b00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/f/firefox/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ build : |
# Package and run automated benchmarks for profiling
# Use software rendering (LIBGL_ALWAYS_SOFTWARE=true) everywhere to work around potential display issues
./mach package
HOME=/root \
JARLOG_FILE="$PWD/jarlog" \
LLVM_PROFDATA=llvm-profdata \
LIBGL_ALWAYS_SOFTWARE=true \
Expand All @@ -95,6 +96,8 @@ build : |
xvfb-run -s "-screen 0 1920x1080x24 -nolisten local" \
./mach python build/pgo/profileserver.py
export HOME=/home/build
stat -c "Profile data found (%s bytes)" merged.profdata
test -s merged.profdata
Expand Down

0 comments on commit 1a62b00

Please sign in to comment.