Congyi Wu
|
5ecfd27e8f
|
VisualStudioHelpers.ps1 stop enabling 8.3 filename creation (#9862)
The bug that prompted enabling 8.3 filename creation was fixed 5 years ago, see https://github.com/xamarin/xamarin-android/issues/3407:
> Fix included in Xamarin.Android 10.1.0.30.
>
> Fix included on Windows in Visual Studio 2019 version 16.4.
We're on VS 2019 16.11: 9815039618/images/windows/Windows2019-Readme.md (L233)
8.3 filename creation is known to hurt file creation performance, especially when there are a large number of similarly named files in the same folder:
* https://learn.microsoft.com/en-us/archive/blogs/josebda/windows-server-2012-file-server-tip-disable-8-3-naming-and-strip-those-short-names-too
* https://www.linkedin.com/pulse/dont-forget-disable-short-filenames-83-servers-folders-wes-brown
* https://deep.data.blog/2013/06/19/debugging-story-slowness-due-to-ntfs-short-file-8-3-name-generation/
I created a new VM with the base Azure Marketplace Windows 2019 image and confirmed that 8.3 name generation is disabled by default for both the OS and temp disk:
```
fsutil 8dot3name query C:
The volume state is: 1 (8dot3 name creation is disabled).
The registry state is: 2 (Per volume setting - the default).
Based on the above settings, 8dot3 name creation is disabled on C:
fsutil 8dot3name query D:
The volume state is: 1 (8dot3 name creation is disabled).
The registry state is: 2 (Per volume setting - the default).
Based on the above settings, 8dot3 name creation is disabled on D:
```
This might help a bit with https://github.com/actions/cache/issues/752, although I haven't tested it, and AFAICT it's unlikely make an order of magnitude difference.
|
2024-05-16 18:32:15 +02:00 |
|
github-actions[bot]
|
e11ab1f9c6
|
Updating readme file for macos-14-arm64 version 20240514.3 (#9858)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-05-16 14:51:24 +00:00 |
|
Erik Bershel
|
4db7ac61ac
|
[Ubuntu] Pin Helm 3.14.4 due to unusual release of 3.15.0 (#9867)
|
2024-05-16 13:51:04 +02:00 |
|
github-actions[bot]
|
6df3848fcd
|
Updating readme file for win22 version 20240514.3.1 (#9853)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-05-16 13:28:02 +02:00 |
|
github-actions[bot]
|
c9c09169e4
|
Updating readme file for macos-12 version 20240514.3 (#9861)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
|
2024-05-16 13:24:01 +02:00 |
|
Erik Bershel
|
3edaf8a499
|
[Ubuntu] Patch azure-cli installer for Ubuntu 24.04 (#9863)
|
2024-05-16 12:23:51 +02:00 |
|
github-actions[bot]
|
80ea4b55c0
|
Updating readme file for macos-13-arm64 version 20240514.3 (#9859)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-05-15 21:18:01 +00:00 |
|
github-actions[bot]
|
cfcc1c6a1b
|
Updating readme file for ubuntu22 version 20240514.2.1 (#9854)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-05-15 20:28:30 +00:00 |
|
github-actions[bot]
|
b98d6e44fa
|
Updating readme file for win19 version 20240514.1.1 (#9856)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-05-15 18:39:54 +00:00 |
|
github-actions[bot]
|
9815039618
|
Updating readme file for ubuntu20 version 20240514.2.1 (#9855)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-05-15 17:07:55 +00:00 |
|
github-actions[bot]
|
384f5acb62
|
Updating readme file for macos-13 version 20240514.3 (#9860)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-05-15 15:44:01 +00:00 |
|
github-actions[bot]
|
7d377ee02b
|
Updating readme file for macos-14 version 20240514.3 (#9857)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-05-15 13:48:27 +00:00 |
|
Erik Bershel
|
7172a7f1c5
|
[macOS] Add Xcode 15.4 Release (#9842)
|
2024-05-15 11:43:03 +02:00 |
|
Mikhail Koliada
|
4873b60b58
|
README: use the same tag for deprecated as for beta (#9852)
|
2024-05-15 09:58:15 +02:00 |
|
Mikhail Koliada
|
e5b505aba0
|
README: mark ubuntu24 as beta (#9849)
|
2024-05-14 21:32:51 +02:00 |
|
Erik Bershel
|
2a7b21b9ba
|
[Windows] Update VS2022 code signature (#9850)
|
2024-05-14 21:26:06 +02:00 |
|
Mikhail Koliada
|
bca20e6921
|
[Ubuntu] Add 24.04 to templates (#9847)
|
2024-05-14 17:57:38 +02:00 |
|
github-actions[bot]
|
ab72240867
|
Updating readme file for ubuntu24 version 20240510.1.1 (#9828)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
|
2024-05-14 16:48:08 +02:00 |
|
Erik Bershel
|
d279ef32ca
|
[Windows] Add .NET SDK 8.0 to Windows-2019 (#9838)
|
2024-05-14 09:40:03 +02:00 |
|
sssharif
|
dca8e74e47
|
[Ubuntu] Remove zip versions from Azuremodules (#9774)
|
2024-05-13 14:08:17 +02:00 |
|
github-actions[bot]
|
530454b772
|
Updating readme file for macos-13 version 20240506.1 (#9800)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-05-10 20:27:50 +00:00 |
|
Erik Bershel
|
1a952817be
|
[macOS] Add Xcode 15.4 Release Candidate (#9822)
|
2024-05-10 18:40:40 +02:00 |
|
Erik Bershel
|
6625f8ac5f
|
[Ubuntu] Revert Podman, buildah and skopeo for Ubuntu-24.04 (#9825)
|
2024-05-10 13:31:07 +02:00 |
|
Erik Bershel
|
441122013e
|
Remove all non-latest VS VC components (#9819)
|
2024-05-09 21:02:07 +02:00 |
|
Erik Bershel
|
5a54cdbbf1
|
[Ubuntu] Add Python to the Ubuntu 24.04 toolcache (#9820)
|
2024-05-09 20:59:58 +02:00 |
|
Erik Bershel
|
eb6f6cc734
|
[Ubuntu] Switch Clang to the 18 for the Ubuntu 24.04 (#9818)
|
2024-05-09 15:53:33 +02:00 |
|
github-actions[bot]
|
78ef24110a
|
Updating readme file for macos-13-arm64 version 20240506.2 (#9801)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-05-09 13:32:34 +00:00 |
|
github-actions[bot]
|
7772fec117
|
Updating readme file for macos-14 version 20240507.2 (#9813)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-05-09 11:40:27 +00:00 |
|
Erik Bershel
|
35be26d2a9
|
[Ubuntu] Install Bazel and Bazelisk on Ubuntu 24.04 (#9810)
|
2024-05-09 13:16:22 +02:00 |
|
Erik Bershel
|
24a830de3c
|
[Ubuntu] Add missing Java SDKs to Ubuntu 24.04 (#9808)
|
2024-05-09 13:16:00 +02:00 |
|
Erik Bershel
|
7781af869b
|
[Ubuntu] Add Go and Node to the toolcache on 24.04 (#9806)
|
2024-05-08 11:33:11 +02:00 |
|
Shamil Mubarakshin
|
584c7c0fef
|
[macos] Add python 3.9, 3.10 to toolcache (#9803)
ubuntu24/20240430.1
|
2024-05-07 18:55:40 +02:00 |
|
sergei-pyshnoi
|
71da12569d
|
change PIPX_HOME for arm64 (#9711)
|
2024-05-07 12:11:46 +02:00 |
|
Mikhail Koliada
|
fba89949a3
|
[Ubuntu] do not wrap apt-fast in mock script (#9794)
|
2024-05-07 10:41:49 +02:00 |
|
Mikhail Koliada
|
79f002fc2a
|
Update README.md (add 24.04 badge) (#9793)
|
2024-05-06 16:33:10 +02:00 |
|
Mikhail Koliada
|
7bb1d84f70
|
Add Ubuntu24 initial readme (#9776)
|
2024-05-02 11:50:55 +02:00 |
|
AM
|
9e048184f9
|
Azurecli Expected signature updated (#9772)
Co-authored-by: AMundewal <abhishek.mundewal@forcam.com>
|
2024-05-02 11:49:32 +02:00 |
|
Mikhail Koliada
|
6467c6dfc2
|
[Ubuntu] fix pester tests to include ubuntu22 back (#9775)
|
2024-05-01 22:11:11 +02:00 |
|
Mikhail Koliada
|
8778073702
|
[Ubuntu] remove toolchain test repo (#9763)
|
2024-04-29 16:10:45 +02:00 |
|
Mikhail Koliada
|
c109ec4c0f
|
Update README.md (#9764)
|
2024-04-29 15:51:16 +02:00 |
|
Mikhail Koliada
|
18e4b97a5f
|
[Ubuntu] include Erlang only in ubuntu2004 (#9762)
|
2024-04-29 13:37:31 +02:00 |
|
Erik Bershel
|
3d2dd97aa7
|
[Ubuntu] Add Ubuntu-24.04 base image (#9754)
Co-authored-by: Alexey Ayupov <alexey-ayupov@github.com>
|
2024-04-26 23:18:26 +02:00 |
|
github-actions[bot]
|
54f59dcb98
|
Updating readme file for macos-13 version 20240421.1 (#9725)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
|
2024-04-26 12:39:18 +02:00 |
|
Erik Bershel
|
e63a194563
|
[CI] Update base test-generation pipeline to use AzureCLI task (#9745)
|
2024-04-25 12:21:49 +02:00 |
|
Mikhail Koliada
|
c98eeb230d
|
[Ubuntu] fix overwrite packer files on unpack (#9744)
|
2024-04-25 12:13:07 +02:00 |
|
github-actions[bot]
|
c7efc0685d
|
Updating readme file for macOS-12 version 20240418.1 (#9718)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-04-25 09:11:34 +00:00 |
|
sergei-pyshnoi
|
cb3f1150db
|
[Windows] Update google updater service name parser (#9738)
|
2024-04-24 22:49:24 +02:00 |
|
github-actions[bot]
|
a420c2896e
|
Updating readme file for win22 version 20240421.1.1 (#9721)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-04-24 17:01:10 +00:00 |
|
github-actions[bot]
|
565a8e540a
|
Updating readme file for macos-14-arm64 version 20240422.3 (#9728)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-04-24 14:33:51 +00:00 |
|
github-actions[bot]
|
04c43a0f58
|
Updating readme file for macos-13-arm64 version 20240422.1 (#9729)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
|
2024-04-24 14:11:22 +00:00 |
|