-
Notifications
You must be signed in to change notification settings - Fork 22
Branch for generated files
arai-a edited this page Mar 9, 2020
·
6 revisions
Some crates have generated files, and they're not included in the master branch.
We have ci_generated branch, that has those generated files.
Done by https://github.com/mozilla-spidermonkey/jsparagus/blob/master/.github/workflows/ci-generated.yml
- Suppose that current
masterHEAD isA - commit generated files as
X, based onA
... - A <- master
\
+- X <- ci_generated
- On the next update, suppose that master head is
B - Merge
XandBasMY, discarding all changed fromX(so, all generated files are removed inMY) - commit generated files as
Y, based onMY
... - A - ... - B <- master
\ \
+- X ---- MY - Y <- ci_generated
- Do the same thing for every update.
... - A - ... - B - ... - C - ... - D <- master
\ \ \ \
+- X ---- MY - Y -- MZ - Z -- MW - W <- ci_generated