Skip to content

antq breaks with CircleCI inline orb #290

Description

@rynkowsg

For .circleci/config.yml like below:

version: 2.1

orbs:
  # https://circleci.com/developer/orbs/orb/circleci/slack
  slack: circleci/slack@5.2.0
  # local inline orb
  local:
    executors:
      docker_base_small:
        docker: [{image: "cimg/base:2025.07-24.04"}]
        resource_class: small

I got

Execution error (ClassCastException) at antq.dep.circle-ci/extract-deps$fn (circle_ci.clj:16).
class flatland.ordered.map.OrderedMap cannot be cast to class java.lang.CharSequence (flatland.ordered.map.OrderedMap is in unnamed module of loader clojure.lang.DynamicClassLoader @2809e7ab; java.lang.CharSequence is in module java.base of loader 'bootstrap')

It is the local inline orb I define here that causes the issue. If I remove it, all works fine, but it is a valid CircleCI config & I don't want to remove it.

antq 2.10.1241 is the last working version.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions