Commit Graph

883 Commits

Author SHA1 Message Date
David Dworken
a8945e819f Release darwin-arm64 v0.40 2022-04-20 22:36:33 -07:00
David Dworken
4f1dec4619 Release darwin-amd64 v0.40 2022-04-20 22:36:33 -07:00
David Dworken
bcce5f065a Release linux-amd64 v0.40 2022-04-20 22:36:33 -07:00
David Dworken
51ed260c5b Release: start releasing v0.40 2022-04-20 22:36:33 -07:00
David Dworken
6a18504755 Enable WAL for increased concurrency, and add additional expectedOutput option for testDisplayTable 2022-04-20 22:13:10 -07:00
David Dworken
edfbf7769e Fix updating on m1 darwin
For some reason, calling unlink() on the binary causes all future spawned processes to die with a "signal: killed" error. I have no idea why this happens, but it doesn't seem to be necessary to call
unlink on darwin, so I'm just tweaking this to not call unlink on darwin. Also remove tidy from the pre-commit since macos ships with a truly ancient version of tidy
2022-04-20 21:57:37 -07:00
David Dworken
94c88c76fe Skip testUpdate when running on linux/arm64 since that isn't a supported platform 2022-04-20 20:56:01 -07:00
David Dworken
8b364dcf53 Release: finish releasing v0.39 2022-04-20 17:29:27 -07:00
David Dworken
5bfaff8ed8 Release darwin-arm64 v0.39 2022-04-20 17:29:27 -07:00
David Dworken
52d27d2e5d Release darwin-amd64 v0.39 2022-04-20 17:29:27 -07:00
David Dworken
6ae8d5a348 Release linux-amd64 v0.39 2022-04-20 17:29:27 -07:00
David Dworken
c3dec42af9 Release: start releasing v0.39 2022-04-20 17:29:27 -07:00
David Dworken
89fd59a132 Disabe CGO since it is incompatible with cross-compiling for darwin and swap to a non-cgo sqlite library 2022-04-20 17:28:19 -07:00
David Dworken
0aad3214a5 Release: finish releasing v0.38 2022-04-19 22:23:00 -07:00
David Dworken
e435a4e76b Release darwin-arm64 v0.38 2022-04-19 22:23:00 -07:00
David Dworken
72501be6c3 Release darwin-amd64 v0.38 2022-04-19 22:23:00 -07:00
David Dworken
359a6f2949 Release linux-amd64 v0.38 2022-04-19 22:23:00 -07:00
David Dworken
854e7f6b6d Release: start releasing v0.38 2022-04-19 22:23:00 -07:00
David Dworken
7e4f8e060f Add TODO to install.py, and explicitly set CGO_ENABLED=1 2022-04-19 22:22:04 -07:00
David Dworken
a24676988d Release: finish releasing v0.37 2022-04-19 21:17:39 -07:00
David Dworken
5b922fca43 Release darwin-arm64 v0.37 2022-04-19 21:17:39 -07:00
David Dworken
fac3683191 Release darwin-amd64 v0.37 2022-04-19 21:17:39 -07:00
David Dworken
9e79c5a0ad Release linux-amd64 v0.37 2022-04-19 21:17:39 -07:00
David Dworken
ad74581e37 Release: start releasing v0.37 2022-04-19 21:17:39 -07:00
David Dworken
10ee085d4c Remove unnecessary set -m calls, speed up the local make acttest command, embed ReleaseVersion into the test server to fix the test failures on macos, and update install to be resistant to bashrc and zshrc not existing 2022-04-19 21:05:54 -07:00
David Dworken
0a03ce3407 Add missing .py extension 2022-04-19 20:44:35 -07:00
David Dworken
6c9236785a Add an easy to use cross-platform install script for that classic curl | bash goodness 2022-04-19 20:36:14 -07:00
David Dworken
1528e9817e Release: finish releasing v0.36 2022-04-19 19:21:54 -07:00
David Dworken
ad82a09641 Release darwin-arm64 v0.36 2022-04-19 19:21:54 -07:00
David Dworken
3b78a63f17 Release darwin-amd64 v0.36 2022-04-19 19:21:54 -07:00
David Dworken
34e3da2456 Release linux-amd64 v0.36 2022-04-19 19:21:54 -07:00
David Dworken
dfa429754d Release: start releasing v0.36 2022-04-19 19:21:54 -07:00
David Dworken
0c0943fc79 Fix failing test + fix syntax error in workflow 2022-04-19 19:21:39 -07:00
David Dworken
62c29dc68c Enable some previously disabled tests that I think should now pass on macos 2022-04-18 23:07:39 -07:00
David Dworken
5e25a5bac8 Release: finish releasing v0.35 2022-04-18 23:06:35 -07:00
David Dworken
de0207e4a7 Release darwin-arm64 v0.35 2022-04-18 23:06:35 -07:00
David Dworken
d4c620c2ec Release darwin-amd64 v0.35 2022-04-18 23:06:35 -07:00
David Dworken
b2d8b205ec Release linux-amd64 v0.35 2022-04-18 23:06:35 -07:00
David Dworken
724888b62a Release: start releasing v0.35 2022-04-18 23:06:35 -07:00
David Dworken
77f9ee707c Fix date in both places :) 2022-04-18 22:50:26 -07:00
David Dworken
d6a142dfe7 Fix failing lib_test + add test for displaying the correct cwd in the table 2022-04-18 22:45:07 -07:00
David Dworken
76f12ab64a Swap to getting date in seconds since BSD date doesn't support nanos 2022-04-18 22:36:57 -07:00
David Dworken
ca1987a9ab Fix OBO that removed first character from recorded commands 2022-04-18 22:19:51 -07:00
David Dworken
ce0a0742b7 Maybe fix for macos recording hidden commands with bash 2022-04-18 22:08:48 -07:00
David Dworken
38b91f933c Add a timestamp test that I believe will fail for macos 2022-04-18 22:07:10 -07:00
David Dworken
3553897101 Attempt to fix failing test on macos for bash 2022-04-18 21:41:49 -07:00
David Dworken
1cc36fa0ef Add todo, extra debugging output for failing mac test, and a check on resp.StatusCode 2022-04-18 21:28:41 -07:00
David Dworken
97f5368954 Remove set -m from test that breaks it for zsh 2022-04-17 23:31:08 -07:00
David Dworken
720fd7ee68 Re-enable update tests 2022-04-17 23:23:47 -07:00
David Dworken
16d41de4ad Another attempt at making zsh pass on github actions 2022-04-17 23:06:01 -07:00