Revert all the windows+freebsd commits since they seem to be hopelessly broken

This commit is contained in:
David Dworken
2022-11-04 23:14:34 -07:00
parent 02b093c56d
commit e46221f893
6 changed files with 6 additions and 34 deletions

View File

@ -165,7 +165,7 @@ func buildServer() {
if err != nil {
panic(fmt.Sprintf("failed to getwd: %v", err))
}
if strings.HasSuffix(wd, "/hishtory") || strings.HasSuffix(wd, "/cirrus-ci-build") {
if strings.HasSuffix(wd, "/hishtory") {
break
}
err = os.Chdir("../")