File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -666,6 +666,11 @@ git-changelog-0.32.0() {
666
666
> _release/VERSION/changelog.html
667
667
}
668
668
669
+ git-changelog-0.33.0 () {
670
+ _git-changelog origin/release/0.32.0 release/0.33.0 \
671
+ > _release/VERSION/changelog.html
672
+ }
673
+
669
674
# For announcement.html
670
675
html-redirect () {
671
676
local url=$1
@@ -1122,6 +1127,10 @@ announcement-0.32.0() {
1122
1127
write-no-announcement
1123
1128
}
1124
1129
1130
+ announcement-0.33.0 () {
1131
+ write-no-announcement
1132
+ }
1133
+
1125
1134
blog-redirect () {
1126
1135
html-redirect ' making-plans.html' > $SITE_DEPLOY_DIR /blog/2020/01/11.html
1127
1136
}
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ _build-oils-benchmark-data() {
362
362
CXXFLAGS=-gdwarf-4 _build/oils.sh --variant " $variant " --skip-rebuild
363
363
done
364
364
# Build like benchmarks/osh-runtime.sh
365
- _build/oils.sh --translator mycpp-souffle --skip-rebuild
365
+ _build/oils.sh --translator mycpp-nosouffle --skip-rebuild
366
366
367
367
# Build like benchmarks/osh-runtime.sh soil-run, but NOT in the repo
368
368
build/static-oils.sh
You can’t perform that action at this time.
0 commit comments