Skip to content

Commit 3ca4341

Browse files
committedJun 10, 2021
chore: remove outdated workflows
1 parent 22fd6b7 commit 3ca4341

File tree

5 files changed

+217
-9
lines changed

5 files changed

+217
-9
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016]
17+
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
1818
node: [12, 13, 14, 15, 16]
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v2
2222

2323
- name: Install Node v${{ matrix.node }}
24-
uses: actions/setup-node@v1
24+
uses: actions/setup-node@v2
2525
with:
2626
node-version: ${{ matrix.node }}
2727

‎.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016]
11+
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
1212
node: [12, 13, 14, 15, 16]
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v2
1616

1717
- name: Install Node v${{ matrix.node }}
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v2
1919
with:
2020
node-version: ${{ matrix.node }}
2121

@@ -26,7 +26,7 @@ jobs:
2626
run: npm run build
2727

2828
- name: Upload prebuild asset
29-
uses: icrawl/action-artifact@v1
29+
uses: icrawl/action-artifact@v2
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
with:
@@ -56,7 +56,7 @@ jobs:
5656
run: npm run build
5757

5858
- name: Upload prebuild asset
59-
uses: icrawl/action-artifact@v1
59+
uses: icrawl/action-artifact@v2
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
with:

‎deps/config/opus/mac/arm64/config.h

+208
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
/* config.h. Generated from config.h.in by configure. */
2+
/* config.h.in. Generated from configure.ac by autoheader. */
3+
4+
/* Get CPU Info by asm method */
5+
/* #undef CPU_INFO_BY_ASM */
6+
7+
/* Get CPU Info by c method */
8+
/* #undef CPU_INFO_BY_C */
9+
10+
/* Custom modes */
11+
/* #undef CUSTOM_MODES */
12+
13+
/* Do not build the float API */
14+
/* #undef DISABLE_FLOAT_API */
15+
16+
/* Disable bitstream fixes from RFC 8251 */
17+
/* #undef DISABLE_UPDATE_DRAFT */
18+
19+
/* Assertions */
20+
/* #undef ENABLE_ASSERTIONS */
21+
22+
/* Hardening */
23+
#define ENABLE_HARDENING 1
24+
25+
/* Debug fixed-point implementation */
26+
/* #undef FIXED_DEBUG */
27+
28+
/* Compile as fixed-point (for machines without a fast enough FPU) */
29+
/* #undef FIXED_POINT */
30+
31+
/* Float approximations */
32+
/* #undef FLOAT_APPROX */
33+
34+
/* Fuzzing */
35+
/* #undef FUZZING */
36+
37+
/* Define to 1 if you have the <alloca.h> header file. */
38+
/* #undef HAVE_ALLOCA_H */
39+
40+
/* NE10 library is installed on host. Make sure it is on target! */
41+
/* #undef HAVE_ARM_NE10 */
42+
43+
/* Define to 1 if you have the <dlfcn.h> header file. */
44+
#define HAVE_DLFCN_H 1
45+
46+
/* Define to 1 if you have the <inttypes.h> header file. */
47+
#define HAVE_INTTYPES_H 1
48+
49+
/* Define to 1 if you have the `lrint' function. */
50+
#define HAVE_LRINT 1
51+
52+
/* Define to 1 if you have the `lrintf' function. */
53+
#define HAVE_LRINTF 1
54+
55+
/* Define to 1 if you have the <memory.h> header file. */
56+
#define HAVE_MEMORY_H 1
57+
58+
/* Define to 1 if you have the <stdint.h> header file. */
59+
#define HAVE_STDINT_H 1
60+
61+
/* Define to 1 if you have the <stdlib.h> header file. */
62+
#define HAVE_STDLIB_H 1
63+
64+
/* Define to 1 if you have the <strings.h> header file. */
65+
#define HAVE_STRINGS_H 1
66+
67+
/* Define to 1 if you have the <string.h> header file. */
68+
#define HAVE_STRING_H 1
69+
70+
/* Define to 1 if you have the <sys/stat.h> header file. */
71+
#define HAVE_SYS_STAT_H 1
72+
73+
/* Define to 1 if you have the <sys/types.h> header file. */
74+
#define HAVE_SYS_TYPES_H 1
75+
76+
/* Define to 1 if you have the <unistd.h> header file. */
77+
#define HAVE_UNISTD_H 1
78+
79+
/* Define to 1 if you have the `__malloc_hook' function. */
80+
/* #undef HAVE___MALLOC_HOOK */
81+
82+
/* Define to the sub-directory where libtool stores uninstalled libraries. */
83+
#define LT_OBJDIR ".libs/"
84+
85+
/* Make use of ARM asm optimization */
86+
/* #undef OPUS_ARM_ASM */
87+
88+
/* Use generic ARMv4 inline asm optimizations */
89+
/* #undef OPUS_ARM_INLINE_ASM */
90+
91+
/* Use ARMv5E inline asm optimizations */
92+
/* #undef OPUS_ARM_INLINE_EDSP */
93+
94+
/* Use ARMv6 inline asm optimizations */
95+
/* #undef OPUS_ARM_INLINE_MEDIA */
96+
97+
/* Use ARM NEON inline asm optimizations */
98+
/* #undef OPUS_ARM_INLINE_NEON */
99+
100+
/* Define if assembler supports EDSP instructions */
101+
/* #undef OPUS_ARM_MAY_HAVE_EDSP */
102+
103+
/* Define if assembler supports ARMv6 media instructions */
104+
/* #undef OPUS_ARM_MAY_HAVE_MEDIA */
105+
106+
/* Define if compiler supports NEON instructions */
107+
/* #undef OPUS_ARM_MAY_HAVE_NEON */
108+
109+
/* Compiler supports ARMv7/Aarch64 Neon Intrinsics */
110+
#define OPUS_ARM_MAY_HAVE_NEON_INTR 1
111+
112+
/* Define if binary requires Aarch64 Neon Intrinsics */
113+
#define OPUS_ARM_PRESUME_AARCH64_NEON_INTR 1
114+
115+
/* Define if binary requires EDSP instruction support */
116+
/* #undef OPUS_ARM_PRESUME_EDSP */
117+
118+
/* Define if binary requires ARMv6 media instruction support */
119+
/* #undef OPUS_ARM_PRESUME_MEDIA */
120+
121+
/* Define if binary requires NEON instruction support */
122+
/* #undef OPUS_ARM_PRESUME_NEON */
123+
124+
/* Define if binary requires NEON intrinsics support */
125+
#define OPUS_ARM_PRESUME_NEON_INTR 1
126+
127+
/* This is a build of OPUS */
128+
#define OPUS_BUILD /**/
129+
130+
/* Run bit-exactness checks between optimized and c implementations */
131+
/* #undef OPUS_CHECK_ASM */
132+
133+
/* Use run-time CPU capabilities detection */
134+
/* #undef OPUS_HAVE_RTCD */
135+
136+
/* Compiler supports X86 AVX Intrinsics */
137+
/* #undef OPUS_X86_MAY_HAVE_AVX */
138+
139+
/* Compiler supports X86 SSE Intrinsics */
140+
/* #undef OPUS_X86_MAY_HAVE_SSE */
141+
142+
/* Compiler supports X86 SSE2 Intrinsics */
143+
/* #undef OPUS_X86_MAY_HAVE_SSE2 */
144+
145+
/* Compiler supports X86 SSE4.1 Intrinsics */
146+
/* #undef OPUS_X86_MAY_HAVE_SSE4_1 */
147+
148+
/* Define if binary requires AVX intrinsics support */
149+
/* #undef OPUS_X86_PRESUME_AVX */
150+
151+
/* Define if binary requires SSE intrinsics support */
152+
/* #undef OPUS_X86_PRESUME_SSE */
153+
154+
/* Define if binary requires SSE2 intrinsics support */
155+
/* #undef OPUS_X86_PRESUME_SSE2 */
156+
157+
/* Define if binary requires SSE4.1 intrinsics support */
158+
/* #undef OPUS_X86_PRESUME_SSE4_1 */
159+
160+
/* Define to the address where bug reports for this package should be sent. */
161+
#define PACKAGE_BUGREPORT "opus@xiph.org"
162+
163+
/* Define to the full name of this package. */
164+
#define PACKAGE_NAME "opus"
165+
166+
/* Define to the full name and version of this package. */
167+
#define PACKAGE_STRING "opus 1.3.1"
168+
169+
/* Define to the one symbol short name of this package. */
170+
#define PACKAGE_TARNAME "opus"
171+
172+
/* Define to the home page for this package. */
173+
#define PACKAGE_URL ""
174+
175+
/* Define to the version of this package. */
176+
#define PACKAGE_VERSION "1.3.1"
177+
178+
/* Define to 1 if you have the ANSI C header files. */
179+
#define STDC_HEADERS 1
180+
181+
/* Make use of alloca */
182+
/* #undef USE_ALLOCA */
183+
184+
/* Use C99 variable-size arrays */
185+
#define VAR_ARRAYS 1
186+
187+
/* Define to empty if `const' does not conform to ANSI C. */
188+
/* #undef const */
189+
190+
/* Define to `__inline__' or `__inline' if that's what the C compiler
191+
calls it, or to nothing if 'inline' is not supported under any name. */
192+
#ifndef __cplusplus
193+
/* #undef inline */
194+
#endif
195+
196+
/* Define to the equivalent of the C99 'restrict' keyword, or to
197+
nothing if this is not supported. Do not define if restrict is
198+
supported directly. */
199+
#define restrict __restrict
200+
/* Work around a bug in Sun C++: it does not support _Restrict or
201+
__restrict__, even though the corresponding Sun C compiler ends up with
202+
"#define restrict _Restrict" or "#define restrict __restrict__" in the
203+
previous line. Perhaps some future version of Sun C++ will work with
204+
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
205+
#if defined __SUNPRO_CC && !defined __RESTRICT
206+
# define _Restrict
207+
# define __restrict__
208+
#endif

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discordjs/opus",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Opus bindings for Node",
55
"main": "lib/index.js",
66
"types": "typings/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.