Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Billy O'Neal c729404447
Replace RHEL 7 with CBL-Mariner (#1373) 2024-03-27 18:30:15 -07:00
Billy O'Neal 1767aaee7b
dos2unix all the things (#1289)
* dos2unix all the things except for those that should have CRLFs

* Fix version DB.
2023-11-27 15:02:21 -08:00
Billy O'Neal ae197777da
Fix signed build failure due to: (#1194)
```
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
  /Users/runner/work/1/b/build/_deps/cmakerc-src/CMakeLists.txt:7 (include)
```

and

```
```
2023-09-14 12:25:11 -07:00
Billy O'Neal a8209614f2
Remove the dependency on rush. (#997)
* Break the txtgen dependency by deleting a test that did nothing.

* Remove the rush dependency and just use npm instead. (Local dev only)

* Wire up npm only mechanisms to PR and signing builds.

* clang-format fix and run

* Fixup PRDiff and signing.yml.

* Chalk is not a dev-dependency.

* Include the SHA in the nuget package name.

* clang-format again

* Add extracting the artifacts parts from the standalone bundle.

* CR comments:

* Don't deploy the mocha file into the signed build
* Use raw uri in tsconfig
* Use npm ci rather than npm install

* CR comments:

* Don't deploy the mocha file into the signed build
* Use raw uri in tsconfig
* Use npm ci rather than npm install

* Fix amd64s I missed.
2023-04-05 20:22:15 -07:00
Billy O'Neal 81cdd6ba27
Fix several release compliance problems. (#817)
* Get all secrets from the same place rather than several library entries.
* Plumb cmakerc into artemis.
* Add .npmrc files pointing to https://dev.azure.com/vcpkg/public/_artifacts/feed/vcpkg-ecmascript-dependencies/ as requested by Central Feed Services.
* Tell CodeQL what languages we use.
* Delete unused ce.ps1 file.
2022-11-29 10:24:55 -08:00
nicole mazzuca 4d41eadf2d
[ci] switch to acr for alpine (#515)
* switch to acr for alpine

* add auth

* does this work?

* don't fail on stderr

"--password is insecure" - this is generally true in interactive situations,
but in situations like this, --password is fine
(nobody has access to the history)
2022-04-20 15:18:26 -07:00
Billy O'Neal 85dc3d9d4e
Fix fetching fmt from Terapin, including containers (#421)
* Use the tarball to get fmt and wire up consistently to Terrapin.

* Fix alpine?

* Fix Windows.
2022-03-07 17:18:12 -08:00
nicole mazzuca 5b939c9c74
[localization 1/n] First minor changes, mostly additive (#218)
* [localization 1/n] First minor changes, mostly additive

Additionally, convert vcpkg.cpp over to using messages.h

* oops, forgot to initialize the context

also, build on msvc & gcc 6

* add cgmanifest and NOTICE

* Add support for signing with fmt

* switch to MAXDWORD

* add localization file

* turn `find_package(fmt)` into a Findfmt script

* check sha

* Raise default locale initialization above filesystem access

* Avoid O(N^2) on happy path

* Address CR comment on formatter<vcpkg::StringLiteral>

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-10-26 09:58:33 -07:00
Billy O'Neal 842ab704f9
Produce binaries for all supported platforms. (#220) 2021-10-18 23:08:04 -07:00