Skip to content

Commit

Permalink
Makefile: remove next branch from build
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Jan 1, 2025
1 parent dde296c commit d5280dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else # only run for specific gluon devices (works only for a single GLUON_TARGET
endif

manifest: build
for branch in next experimental testing stable; do \
for branch in experimental testing stable; do \
${GLUON_MAKE} manifest GLUON_AUTOUPDATER_BRANCH=$$branch;\
done
mv -f ${GLUON_BUILD_DIR}/output/* ./output/
Expand Down

0 comments on commit d5280dc

Please sign in to comment.