Skip to content

Commit dcfcbb5

Browse files
authored
Merge pull request #1792 from CastagnaIT/azure_changes_omega
[backport][azure] Disabled unmaintained ARM32-UWP
2 parents fef4b75 + 5fe35a0 commit dcfcbb5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
ARCHITECTURE: x64
4040
CONFIGURATION: Release
4141
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
42-
ARM32-UWP:
43-
GENERATOR: "Visual Studio 17 2022"
44-
ARCHITECTURE: ARM
45-
CONFIGURATION: Release
46-
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
42+
#ARM32-UWP:
43+
# GENERATOR: "Visual Studio 17 2022"
44+
# ARCHITECTURE: ARM
45+
# CONFIGURATION: Release
46+
# WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
4747
#ARM64-UWP:
4848
# GENERATOR: "Visual Studio 17 2022"
4949
# ARCHITECTURE: ARM64

src/common/AdaptiveStream.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include <atomic>
1616
#include <condition_variable>
17+
#include <chrono>
1718
#include <map>
1819
#include <mutex>
1920
#include <string>

0 commit comments

Comments
 (0)