This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-31
Channels
- # aleph (37)
- # babashka (23)
- # beginners (46)
- # calva (1)
- # catalyst (12)
- # cider (3)
- # circleci (5)
- # clj-kondo (8)
- # clojure (188)
- # clojure-europe (28)
- # clojure-nl (1)
- # clojure-norway (84)
- # clojure-sweden (2)
- # clojure-uk (1)
- # clojurescript (6)
- # clr (1)
- # cursive (4)
- # datahike (4)
- # datascript (7)
- # datomic (31)
- # deps-new (16)
- # emacs (4)
- # fulcro (4)
- # gratitude (17)
- # hyperfiddle (24)
- # introduce-yourself (4)
- # jobs (5)
- # off-topic (84)
- # pathom (10)
- # polylith (21)
- # portal (6)
- # re-frame (6)
- # reitit (4)
- # releases (1)
- # sci (74)
- # specter (3)
- # tools-build (3)
- # tools-deps (5)
👋:skin-tone-2: Hi team,
Today our ruby-test suites started failing because of a recent changes to the convenience images; the latest cimg/ruby:3.0.0
image for example is about 400MB smaller and lost a lot of dependencies we relied on (lib_ffi being one of them). We’re able to work around it by pinning the image to the previous sha.
Is this an intentional change on CircleCI’s part? Should we manually install the dependencies from now on?
The image is supplied by circleci 😁; https://circleci.com/docs/circleci-images/ Their Discuss is not active, and afaict there’s no repo for these images
Eh, scrap that; https://github.com/CircleCI-Public/cimg-ruby Theres a repo 😁