cljs-dev

Alex Miller (Clojure team) 2023-06-08T21:44:10.827349Z

@dnolen @mfikes fyi, the old build box is now dead. I have added a new github action that should mimic the old build box release job at https://github.com/clojure/clojurescript/actions/workflows/release.yml - you can trigger it there on demand. I haven't tested it because I didn't want to make a release but it is based on things that are working in other projects so I think it should work. happy to support whenever you next make a release

dnolen 2023-07-07T22:55:14.876579Z

Hrm it failed because there isn't a pom.xml file? https://github.com/clojure/clojurescript/actions/runs/5491201005/jobs/10007501347

Alex Miller (Clojure team) 2023-07-07T23:16:10.318439Z

These Clojurescript builds are not in a good state right now and the failures you see there are from various experiments I was doing. I’ve got some in process stuff locally - the pom in the cljs build is all kinds of old. I’m actually on vacation atm and won’t be back at a computer till week after next

dnolen 2023-07-08T00:27:30.937239Z

ok no worries! enjoy 🙂

Alex Miller (Clojure team) 2023-06-08T21:44:31.842829Z

I am still working on the equivalent of the google closure library build action

dnolen 2023-06-08T22:27:31.255329Z

ok thanks!