From 9dcd83faa0b107208a9214885ea4297ee94ab6e1 Mon Sep 17 00:00:00 2001 From: Frank Bergmann Date: Wed, 9 Oct 2024 09:26:03 +0200 Subject: [PATCH 1/2] - remove mono-develop and R for manylinux --- .github/workflows/store-artefact.yml | 2 +- .vscode/settings.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.github/workflows/store-artefact.yml b/.github/workflows/store-artefact.yml index 5169ee140..271367cb1 100644 --- a/.github/workflows/store-artefact.yml +++ b/.github/workflows/store-artefact.yml @@ -306,7 +306,7 @@ jobs: - name: Install dependencies, configure, build run: | - yum install -y libxml2-devel check-devel java-devel mono-devel R + yum install -y libxml2-devel check-devel java-devel git clone https://github.com/libexpat/libexpat cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS=OFF -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=./dependencies -B libexpat -S libexpat/expat cmake --build libexpat diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..44fd37c1e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "development" + ] +} \ No newline at end of file From a0dee757eb8e11bde79e11cb32c238e76815d760 Mon Sep 17 00:00:00 2001 From: "Frank T. Bergmann" Date: Wed, 9 Oct 2024 09:30:21 +0200 Subject: [PATCH 2/2] - this should not have been in the PR --- .vscode/settings.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 44fd37c1e..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "githubPullRequests.ignoredPullRequestBranches": [ - "development" - ] -} \ No newline at end of file