Skip to content

Commit a81d4c7

Browse files
committed
try using websockets for sstate
1 parent d5bbbe2 commit a81d4c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/phase_3_yocto.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
echo "BB_NUMBER_THREADS=\"8\"" >> conf/local.conf
3434
echo "PARALLEL_MAKE=\"-j 8\"" >> conf/local.conf
3535
echo "INHERIT += \"rm_work\"" >> conf/local.conf
36-
# echo "BB_HASHSERVE = \"auto\"" >> conf/site.conf
37-
# echo "BB_HASHSERVE_UPSTREAM = \"hashserv.yoctoproject.org:8687\"" >> conf/site.conf
38-
# echo -e "SSTATE_MIRRORS = \" \\ \nfile://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH \\\n \\ \nfile://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \\\n \\ \n\"" >> conf/site.conf
36+
echo "BB_HASHSERVE = \"auto\"" >> conf/site.conf
37+
echo "BB_HASHSERVE_UPSTREAM = \"wss://hashserv.yoctoproject.org/ws\"" >> conf/site.conf
38+
echo -e "SSTATE_MIRRORS = \" \\ \nfile://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH \\\n \\ \nfile://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \\\n \\ \n\"" >> conf/site.conf
3939
bitbake core-image-minimal
4040
4141
# - name: Upload Generated CycloneDX SBOM

0 commit comments

Comments
 (0)