Skip to content

Commit

Permalink
CSHARP-5347: Remove C# bindings (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
adelinowona authored Oct 23, 2024
1 parent de69cc9 commit 4cad289
Show file tree
Hide file tree
Showing 74 changed files with 4 additions and 6,127 deletions.
30 changes: 0 additions & 30 deletions .evergreen/compile_cs.sh

This file was deleted.

24 changes: 0 additions & 24 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,17 +298,6 @@ functions:
./curator version
./curator repo submit --config etc/repo_config.yaml --distro ${packager_distro} --edition org --version $pkg_version --arch ${packager_arch} --service https://barque.corp.mongodb.com/ --packages https://mciuploads.s3.amazonaws.com/${project}/${build_variant}/${branch_name}/${libmongocrypt_s3_suffix}/libmongocrypt-distro-packages.tar.gz
"build csharp and test":
- command: "shell.exec"
params:
shell: bash
script: |-
. libmongocrypt/.evergreen/init.sh
if test "$OS_NAME" != "windows"; then export USE_NINJA=ON; fi
env ${compile_env|} DEFAULT_BUILD_ONLY=true \
bash ./libmongocrypt/.evergreen/build_all.sh
env ${compile_env|} bash ./libmongocrypt/.evergreen/compile_cs.sh
"build python release":
- command: shell.exec
params:
Expand Down Expand Up @@ -540,13 +529,6 @@ tasks:
commands:
- func: "download and merge python releases"

- name: build-and-test-csharp
commands:
- func: "fetch source"
- func: "build csharp and test"
vars:
test_env: PROJECT_DIRECTORY=${project_directory}

- name: publish-java
depends_on:
- variant: ubuntu2004-64
Expand Down Expand Up @@ -1093,7 +1075,6 @@ buildvariants:
- build-and-test-and-upload
- build-and-test-shared-bson
- build-and-test-asan-mac
# - build-and-test-csharp // temporary removed to make strong named release.
- test-java
- name: rhel72-zseries-test
display_name: "RHEL 7.2 on zSeries"
Expand Down Expand Up @@ -1134,7 +1115,6 @@ buildvariants:
tasks:
- build-and-test-and-upload
- build-and-test-shared-bson
# - build-and-test-csharp // temporary removed to make strong named release.
- test-java
- name: windows-test-python
display_name: "Windows Python"
Expand Down Expand Up @@ -1447,7 +1427,6 @@ buildvariants:
- build-and-test-and-upload
- build-and-test-shared-bson
- build-and-test-asan
# - build-and-test-csharp // temporary removed to make strong named release.
- test-java
- name: publish-packages
distros:
Expand Down Expand Up @@ -1489,7 +1468,6 @@ buildvariants:
- build-and-test-and-upload
- build-and-test-shared-bson
- build-and-test-asan
# - build-and-test-csharp // temporary removed to make strong named release.
- test-java
- upload-java
- publish-packages
Expand Down Expand Up @@ -1520,8 +1498,6 @@ buildvariants:
- build-and-test-and-upload
- build-and-test-shared-bson
- build-and-test-asan
# see https://jira.mongodb.org/browse/MONGOCRYPT-515
#- build-and-test-csharp
- test-java
- upload-java
- name: publish-packages
Expand Down
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ if (ENABLE_MORE_WARNINGS_AS_ERRORS)
)
endif ()

add_subdirectory (bindings/cs)

include (GenerateExportHeader)

include (CTest)
Expand Down
3 changes: 0 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ bindings/python @mongodb/dbx-python

# Java Bindings
bindings/java @jyemin @rozza

# CSharp Bindings
bindings/cs @DmitryLukyanov
12 changes: 0 additions & 12 deletions bindings/cs/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions bindings/cs/CMakeLists.txt

This file was deleted.

Binary file removed bindings/cs/MongoDB.Driver.snk
Binary file not shown.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4cad289

Please sign in to comment.