Skip to content

Commit 9bc2263

Browse files
committed
Test textinput removal
1 parent dfb72d7 commit 9bc2263

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/sync_cling.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- 'interpreter/cling/**'
7+
- '.github/workflows/utilities/sync_cling.py'
78
jobs:
89
sync-cling-history:
910
if: github.repository_owner == 'devajithvs'

.github/workflows/utilities/sync_cling.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ def principal():
177177

178178
applyPatches(patches)
179179

180+
# Remove text-input directory, revert this after the run.
181+
execCommand(f'git rm lib/UserInterface/textinput -r', CLING_REPO_DIR_NAME)
182+
execCommand(f'git commit -m "Remove `textinput` directory"', CLING_REPO_DIR_NAME)
183+
180184
syncTagAndPush(rootSyncTag, rootHashes[0])
181185

182186
if __name__ == '__main__':

0 commit comments

Comments
 (0)