Skip to content

Commit

Permalink
Revert "Target haswell or AVX2 for prebuilt libraries"
Browse files Browse the repository at this point in the history
This reverts commit 06a5591.
  • Loading branch information
Shelnutt2 committed Oct 1, 2020
1 parent 3cbd8f0 commit 1073faa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
* Read-ahead cache for cloud-storage backends [#1785](https://github.com/TileDB-Inc/TileDB/pull/1785)
* Allow multiple empty values at the end of a variable-length write [#1805](https://github.com/TileDB-Inc/TileDB/pull/1805)
* Build system will raise overridable error if important paths contain regex character [#1808](https://github.com/TileDB-Inc/TileDB/pull/1808)
* Prebuilt artifacts for release now target `haswell` for minimum architecture for linux/macos and `AVX2` for msvcc [#1809](https://github.com/TileDB-Inc/TileDB/pull/1809)
* Lazily create AWS ClientConfiguration to avoid slow context creations for non S3 usage after the AWS SDK version bump [#1821](https://github.com/TileDB-Inc/TileDB/pull/1821)

## Deprecations
Expand Down
3 changes: 0 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ stages:
TILEDB_SERIALIZATION: ON
TILEDB_FORCE_BUILD_DEPS: ON
MACOSX_DEPLOYMENT_TARGET: 10.13
CFLAGS: "-march=haswell"
CXXFLAGS: "-march=haswell"
jobs:
- job:
strategy:
Expand Down Expand Up @@ -133,7 +131,6 @@ stages:
TILEDB_FORCE_BUILD_DEPS: ON
ARTIFACT_OS: 'windows'
ARTIFACT_EXTRAS: 'full'
CL: "/arch:AVX2"
pool:
vmImage: $(imageName)
steps:
Expand Down

0 comments on commit 1073faa

Please sign in to comment.