Skip to content

Commit 38cc2df

Browse files
committed
We need Autotools for CI.
1 parent cd6a31b commit 38cc2df

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"mcp__claude_ai_Atlassian__getConfluencePageInlineComments",
5+
"mcp__claude_ai_Atlassian__getJiraIssue",
6+
"mcp__claude_ai_Atlassian__getConfluencePage",
7+
"mcp__claude_ai_Atlassian__getConfluenceSpaces"
8+
]
9+
}
10+
}

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
runs-on: macos-14
1919

2020
steps:
21+
# Objectively's Xcode "Configure" build phase runs autoreconf/configure when
22+
# built from source (i.e. whenever Config.h isn't already present); the
23+
# macOS runner image doesn't ship autotools by default.
24+
- name: Install autotools
25+
run: brew install autoconf automake libtool pkg-config
26+
2127
- name: Checkout Objectively
2228
uses: actions/checkout@v6
2329
with:

0 commit comments

Comments
 (0)