Skip to content

Commit

Permalink
Fix typo. Adds missing plugins list.
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Jul 29, 2021
1 parent 9d2b7a7 commit ff3da26
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.linux32ARMv7/newspeak.cog.spur/plugins.ext
@@ -0,0 +1,3 @@
# Copied, perhaps edited, from ../../../nscogsrc/examplePlugins.ext
EXTERNAL_PLUGINS = \
SqueakSSL
29 changes: 29 additions & 0 deletions build.linux32ARMv7/newspeak.cog.spur/plugins.int
@@ -0,0 +1,29 @@
# Copied, perhaps edited, from ../../../nscogsrc/examplePlugins.int
INTERNAL_PLUGINS = \
AioPlugin \
AsynchFilePlugin \
BMPReadWriterPlugin \
B2DPlugin \
BitBltPlugin \
DSAPrims \
DropPlugin \
FileCopyPlugin \
FilePlugin \
Float64ArrayPlugin \
FloatArrayPlugin \
FloatMathPlugin \
HostWindowPlugin \
ZipPlugin \
JPEGReadWriter2Plugin \
JPEGReaderPlugin \
LargeIntegers \
Matrix2x3Plugin \
MiscPrimitivePlugin \
IA32ABI \
RePlugin \
SecurityPlugin \
SocketPlugin \
SurfacePlugin \
UUIDPlugin \
UnixOSProcessPlugin \
VMProfileLinuxSupportPlugin
3 changes: 3 additions & 0 deletions build.linux32ARMv7/newspeak.stack.spur/plugins.ext
@@ -0,0 +1,3 @@
# Copied, perhaps edited, from ../../../nscogsrc/examplePlugins.ext
EXTERNAL_PLUGINS = \
SqueakSSL
29 changes: 29 additions & 0 deletions build.linux32ARMv7/newspeak.stack.spur/plugins.int
@@ -0,0 +1,29 @@
# Copied, perhaps edited, from ../../../nscogsrc/examplePlugins.int
INTERNAL_PLUGINS = \
AioPlugin \
AsynchFilePlugin \
BMPReadWriterPlugin \
B2DPlugin \
BitBltPlugin \
DSAPrims \
DropPlugin \
FileCopyPlugin \
FilePlugin \
Float64ArrayPlugin \
FloatArrayPlugin \
FloatMathPlugin \
HostWindowPlugin \
ZipPlugin \
JPEGReadWriter2Plugin \
JPEGReaderPlugin \
LargeIntegers \
Matrix2x3Plugin \
MiscPrimitivePlugin \
IA32ABI \
RePlugin \
SecurityPlugin \
SocketPlugin \
SurfacePlugin \
UUIDPlugin \
UnixOSProcessPlugin \
VMProfileLinuxSupportPlugin
2 changes: 1 addition & 1 deletion scripts/ci/actions_build.sh
Expand Up @@ -47,7 +47,7 @@ skip_BochsPlugins() {
export_variable() {
local var_name=$1
local var_value=$2
if [[ ! -z "${ARM_ARCH}" ]]; then
if [[ ! -z "${ARCH_ARM}" ]]; then
# We are in a docker container. See https://github.com/uraimo/run-on-arch-action
echo "::set-output name=${var_name}::${var_value}"
else
Expand Down

0 comments on commit ff3da26

Please sign in to comment.