Skip to content

Commit e19da26

Browse files
committed
ci: Removing netbsd ntp update attempt because I cannot figure out why it is always failing
Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
1 parent 6ecec78 commit e19da26

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

.github/workflows/vmactions.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -167,21 +167,8 @@ jobs:
167167
/usr/sbin/pkg_add curl
168168
/usr/sbin/pkg_add ntp
169169
170-
# Write config file for ntpd to it will run properly
171-
cat <<EOF > /etc/ntp.conf
172-
driftfile /var/db/ntp.drift
173-
174-
server 0.pool.ntp.org iburst
175-
server 1.pool.ntp.org iburst
176-
server 2.pool.ntp.org iburst
177-
178-
restrict default kod nomodify notrap nopeer noquery
179-
restrict 127.0.0.1
180-
restrict ::1
181-
EOF
182-
183-
184-
/usr/pkg/sbin/ntpd -gq
170+
# Removed for now because this crashes from errors in a config file for unknown reasons.
171+
# /usr/pkg/sbin/ntpd -gq
185172
186173
run: |
187174
/usr/sbin/pkg_add meson

0 commit comments

Comments
 (0)